1
0
mirror of https://github.com/wallabag/docker synced 2025-12-13 09:46:27 +00:00
Also update alpine to 3.16
This commit is contained in:
Jérémy Benoist
2022-06-09 09:35:02 +02:00
committed by GitHub
parent 1d42727517
commit bce0488aed

View File

@@ -1,8 +1,8 @@
FROM alpine:3.15
FROM alpine:3.16
LABEL maintainer "Marvin Steadfast <marvin@xsteadfastx.org>"
ARG WALLABAG_VERSION=2.5.0
ARG WALLABAG_VERSION=2.5.1
RUN apk add gnu-libiconv --update-cache --repository http://dl-cdn.alpinelinux.org/alpine/edge/community/ --allow-untrusted
ENV LD_PRELOAD /usr/lib/preloadable_libiconv.so php