mirror of
https://github.com/pixelfed/pixelfed.git
synced 2024-11-09 16:24:51 +00:00
Bump dottie
This commit is contained in:
parent
3bfd043792
commit
28b83b575f
1 changed files with 2 additions and 1 deletions
|
@ -21,7 +21,7 @@ ARG FOREGO_VERSION="0.17.2"
|
||||||
ARG GOMPLATE_VERSION="v3.11.6"
|
ARG GOMPLATE_VERSION="v3.11.6"
|
||||||
|
|
||||||
# See: https://github.com/jippi/dottie
|
# See: https://github.com/jippi/dottie
|
||||||
ARG DOTTIE_VERSION="v0.8.0"
|
ARG DOTTIE_VERSION="v0.9.3"
|
||||||
|
|
||||||
###
|
###
|
||||||
# PHP base configuration
|
# PHP base configuration
|
||||||
|
@ -142,6 +142,7 @@ ENV APT_PACKAGES_EXTRA=${APT_PACKAGES_EXTRA}
|
||||||
|
|
||||||
# Install and configure base layer
|
# Install and configure base layer
|
||||||
COPY docker/shared/root/docker/install/base.sh /docker/install/base.sh
|
COPY docker/shared/root/docker/install/base.sh /docker/install/base.sh
|
||||||
|
|
||||||
RUN --mount=type=cache,id=pixelfed-apt-${PHP_VERSION}-${PHP_DEBIAN_RELEASE}-${TARGETPLATFORM},sharing=locked,target=/var/lib/apt \
|
RUN --mount=type=cache,id=pixelfed-apt-${PHP_VERSION}-${PHP_DEBIAN_RELEASE}-${TARGETPLATFORM},sharing=locked,target=/var/lib/apt \
|
||||||
--mount=type=cache,id=pixelfed-apt-cache-${PHP_VERSION}-${PHP_DEBIAN_RELEASE}-${TARGETPLATFORM},sharing=locked,target=/var/cache/apt \
|
--mount=type=cache,id=pixelfed-apt-cache-${PHP_VERSION}-${PHP_DEBIAN_RELEASE}-${TARGETPLATFORM},sharing=locked,target=/var/cache/apt \
|
||||||
/docker/install/base.sh
|
/docker/install/base.sh
|
||||||
|
|
Loading…
Reference in a new issue