Skip to content

Commit

Permalink
chore(deps): update alpine docker tag to v3.20
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored May 27, 2024
1 parent b727215 commit bc87573
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ ENV NODE_ENV=production

RUN npm run build

FROM alpine:3.19
FROM alpine:3.20

RUN apk update && apk add ca-certificates curl && rm -rf /var/cache/apk/*

Expand Down
2 changes: 1 addition & 1 deletion Dockerfile.release
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# SPDX-FileCopyrightText: 2023 Steffen Vogel <[email protected]>
# SPDX-License-Identifier: Apache-2.0

FROM alpine:3.19
FROM alpine:3.20

RUN apk update && apk add ca-certificates curl && rm -rf /var/cache/apk/*

Expand Down

0 comments on commit bc87573

Please sign in to comment.