Skip to content

Commit 48bc8c4

Browse files
authored
Merge pull request #476 from adamthiede/master
update alpine image to 3.24
2 parents e858cd0 + 5d9cc5e commit 48bc8c4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ FROM golang:alpine AS builder
99
# flag -ldflags "-s -w" produces a smaller executable
1010
RUN go install -ldflags "-s -w" -v github.com/a8m/envsubst/cmd/envsubst@v1.4.3
1111

12-
FROM alpine:3.22
12+
FROM alpine:3.24
1313

1414
COPY --from=builder /go/bin/envsubst /usr/bin/envsubst
1515

0 commit comments

Comments
 (0)