Skip to content

Commit

Permalink
Update alpine Docker tag to v3.20
Browse files Browse the repository at this point in the history
| datasource | package | from | to   |
| ---------- | ------- | ---- | ---- |
| docker     | alpine  | 3.19 | 3.20 |


Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Aug 23, 2024
1 parent dcaac5e commit 38e2cd3
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
@@ -1,5 +1,5 @@
# syntax=docker/dockerfile:1.9
ARG BUILD_OS=alpine:3.19
ARG BUILD_OS=alpine:3.20
ARG OPENSSL_VERSION=3.0.9

FROM ${BUILD_OS} AS alpine
Expand Down

0 comments on commit 38e2cd3

Please sign in to comment.