Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update alpine Docker tag to v3.18
Browse files Browse the repository at this point in the history
renovate[bot] authored May 28, 2023

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
1 parent e75f6e9 commit ede71a7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -9,7 +9,7 @@ COPY . .

RUN CGO_ENABLED=0 go build -a -ldflags "-extldflags '-static -s'" -o stashbox main.go

FROM alpine:3.13
FROM alpine:3.18

RUN set -ex \
&& apk add --no-cache ca-certificates

0 comments on commit ede71a7

Please sign in to comment.