Skip to content

Commit

Permalink
Update Alpine to 3.18.2 version to fix CVE-2023-1255 and CVE-2023-2650
Browse files Browse the repository at this point in the history
  • Loading branch information
tyranron committed Jun 15, 2023
1 parent 102186c commit 74faee0
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,10 @@ All user visible changes to this project will be documented in this file. This p

- [Debian Linux] "bookworm": <https://www.debian.org/releases/bookworm>

### Security updated

- [Alpine Linux] 3.18.2: <https://github.com/docker-library/official-images/commit/b187a3b64f4b23f4de4aef23b98cef0a128aa8f1>




Expand Down
2 changes: 1 addition & 1 deletion Dockerfile.tmpl.php
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

<? if ($isAlpineImage) { ?>
# https://hub.docker.com/_/alpine
FROM alpine:3.18
FROM alpine:3.18.2
<? } else { ?>
# https://hub.docker.com/_/debian
FROM debian:bookworm-slim
Expand Down
2 changes: 1 addition & 1 deletion alpine/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# DO NOT EDIT THIS FILE DIRECTLY, USE /Dockerfile.tmpl.php

# https://hub.docker.com/_/alpine
FROM alpine:3.18
FROM alpine:3.18.2

ARG opendkim_ver=2.11.0-Beta2
ARG s6_overlay_ver=3.1.5.0
Expand Down

0 comments on commit 74faee0

Please sign in to comment.