Skip to content

Commit

Permalink
Update alpine Docker tag
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jan 28, 2025
1 parent 894a3b0 commit 0811d3d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion misc/s3-sync/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# syntax=docker/dockerfile:1

ARG ALPINE_VERSION=3.20.5
ARG ALPINE_VERSION=3.21.2

FROM alpine:${ALPINE_VERSION} AS base

Expand Down
2 changes: 1 addition & 1 deletion php/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ ARG PHP_SHORT_VERSION=82
#
# libiconv
#
FROM alpine:3.13 AS libiconv
FROM alpine:3.21 AS libiconv

RUN apk --no-cache add gnu-libiconv && test -f /usr/lib/preloadable_libiconv.so

Expand Down

0 comments on commit 0811d3d

Please sign in to comment.