Skip to content

Commit ec07489

Browse files
chore(deps): update alpine docker tag to v3.18
1 parent 56457bf commit ec07489

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ ADD . /app
55
WORKDIR /app
66
RUN go build -ldflags "-w -s -linkmode external -extldflags '-static'" -o /sx
77

8-
FROM alpine:3.16
8+
FROM alpine:3.18
99

1010
COPY --from=builder /sx /sx
1111
ENTRYPOINT ["/sx"]

0 commit comments

Comments
 (0)