Skip to content

Commit 76327dc

Browse files
committed
fix(dockerfile): fixed versions for docker with latest golang version
1 parent 5b52946 commit 76327dc

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM golang:1.22-alpine AS builder
1+
FROM golang:1.25.5-alpine AS builder
22

33
# Install build dependencies required for CGO (Bitwarden SDK)
44
RUN apk add --no-cache gcc musl-dev git

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
module unsealer.go
1+
module github.com/mackcoding/vault-unsealer
22

33
go 1.25.5
44

0 commit comments

Comments
 (0)