Skip to content

Commit

Permalink
Update alpine Docker tag in ${packageFileDir}
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jan 8, 2025
1 parent d55903d commit ee8b90b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions php/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
# syntax=docker/dockerfile:1

ARG ALPINE_VERSION=3.21.0
ARG ALPINE_VERSION=3.21.1
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 ee8b90b

Please sign in to comment.