Skip to content

Commit 7b8957c

Browse files
committed
chore: update alpine
1 parent 64dbc53 commit 7b8957c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM golang:alpine3.22 as builder
1+
FROM golang:alpine3.23 as builder
22

33
# deinitializing GOPATH as otherwise go modules don't work properly
44
ENV GOPATH=""
@@ -14,7 +14,7 @@ COPY main.go ./
1414

1515
RUN CGO_ENABLED=0 GOOS=linux go build -o /helmquilt -trimpath -ldflags="-s -w -extldflags '-static'"
1616

17-
FROM alpine:3.22
17+
FROM alpine:3.23
1818

1919
COPY --from=builder /helmquilt /
2020
ENTRYPOINT [ "/helmquilt" ]

0 commit comments

Comments
 (0)