2
0
Fork 0
mirror of https://github.com/friendica/docker synced 2026-01-04 14:53:35 +01:00

Merge pull request #267 from ne20002/feat/gosu

updated gosu to version 1.17
This commit is contained in:
Philipp Holzer 2024-10-18 00:39:04 +02:00 committed by GitHub
commit b7318d3b70
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
11 changed files with 11 additions and 11 deletions

View file

@ -13,7 +13,7 @@ RUN set -ex; \
tini \
;
ENV GOSU_VERSION 1.14
ENV GOSU_VERSION 1.17
RUN set -eux; \
# save list of currently installed packages for later so we can clean up
savedAptMark="$(apt-mark showmanual)"; \

View file

@ -11,7 +11,7 @@ RUN set -ex; \
shadow \
tini;
ENV GOSU_VERSION 1.14
ENV GOSU_VERSION 1.17
RUN set -eux; \
\
apk add --no-cache --virtual .gosu-deps \

View file

@ -13,7 +13,7 @@ RUN set -ex; \
tini \
;
ENV GOSU_VERSION 1.14
ENV GOSU_VERSION 1.17
RUN set -eux; \
# save list of currently installed packages for later so we can clean up
savedAptMark="$(apt-mark showmanual)"; \

View file

@ -13,7 +13,7 @@ RUN set -ex; \
tini \
;
ENV GOSU_VERSION 1.14
ENV GOSU_VERSION 1.17
RUN set -eux; \
# save list of currently installed packages for later so we can clean up
savedAptMark="$(apt-mark showmanual)"; \

View file

@ -11,7 +11,7 @@ RUN set -ex; \
shadow \
tini;
ENV GOSU_VERSION 1.14
ENV GOSU_VERSION 1.17
RUN set -eux; \
\
apk add --no-cache --virtual .gosu-deps \

View file

@ -13,7 +13,7 @@ RUN set -ex; \
tini \
;
ENV GOSU_VERSION 1.14
ENV GOSU_VERSION 1.17
RUN set -eux; \
# save list of currently installed packages for later so we can clean up
savedAptMark="$(apt-mark showmanual)"; \

View file

@ -13,7 +13,7 @@ RUN set -ex; \
tini \
;
ENV GOSU_VERSION 1.14
ENV GOSU_VERSION 1.17
RUN set -eux; \
# save list of currently installed packages for later so we can clean up
savedAptMark="$(apt-mark showmanual)"; \

View file

@ -11,7 +11,7 @@ RUN set -ex; \
shadow \
tini;
ENV GOSU_VERSION 1.14
ENV GOSU_VERSION 1.17
RUN set -eux; \
\
apk add --no-cache --virtual .gosu-deps \

View file

@ -13,7 +13,7 @@ RUN set -ex; \
tini \
;
ENV GOSU_VERSION 1.14
ENV GOSU_VERSION 1.17
RUN set -eux; \
# save list of currently installed packages for later so we can clean up
savedAptMark="$(apt-mark showmanual)"; \

View file

@ -10,7 +10,7 @@ RUN set -ex; \
shadow \
tini;
ENV GOSU_VERSION 1.14
ENV GOSU_VERSION 1.17
RUN set -eux; \
\
apk add --no-cache --virtual .gosu-deps \

View file

@ -12,7 +12,7 @@ RUN set -ex; \
tini \
;
ENV GOSU_VERSION 1.14
ENV GOSU_VERSION 1.17
RUN set -eux; \
# save list of currently installed packages for later so we can clean up
savedAptMark="$(apt-mark showmanual)"; \