Skip to content

Commit 3dc5ccd

Browse files
chore(deps): bump alpine from 3.19 to 3.20 (#48)
Bumps alpine from 3.19 to 3.20. --- updated-dependencies: - dependency-name: alpine dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 6adc1a5 commit 3dc5ccd

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
@@ -23,7 +23,7 @@ FROM scratch AS artifact
2323
COPY --from=build /out/*.tar.gz /
2424
COPY --from=build /out/*.zip /
2525

26-
FROM alpine:3.19 AS image
26+
FROM alpine:3.20 AS image
2727
RUN apk --update --no-cache add ca-certificates libressl shadow \
2828
&& addgroup -g 1000 discord-bot \
2929
&& adduser -u 1000 -G discord-bot -s /sbin/nologin -D discord-bot \

0 commit comments

Comments
 (0)