Update alpine Docker tag to v3.18.3

This commit is contained in:
Renovate Bot 2023-08-08 17:00:20 +00:00
parent 99797b3dea
commit 2e09fc6546

View file

@ -11,7 +11,7 @@ RUN apk upgrade --no-cache \
&& ./build/build.sh
# STEP 2 build the image including only the binary
FROM alpine:3.18.2@sha256:82d1e9d7ed48a7523bdebc18cf6290bdb97b82302a8a9c27d4fe885949ea94d1
FROM alpine:3.18.3@sha256:7144f7bab3d4c2648d7e59409f15ec52a18006a128c733fcff20d3a4a54ba44a
RUN apk upgrade --no-cache && apk add libc6-compat device-mapper findutils zfs \
&& rm -rf /var/cache/apk/*