fix: bump package version (#5395)
* fix: bump package version * fix: bump cert versions * fix: error * fix: undo * fix: gnupg and tini version bump
This commit is contained in:
committed by
GitHub
parent
1a25800ac6
commit
2cda36203f
@@ -9,8 +9,8 @@ ARG TINI_VERSION=v0.19.0
|
|||||||
RUN apt-get update -y \
|
RUN apt-get update -y \
|
||||||
&& DEBIAN_FRONTEND=noninteractive apt-get install -y \
|
&& DEBIAN_FRONTEND=noninteractive apt-get install -y \
|
||||||
--no-install-recommends \
|
--no-install-recommends \
|
||||||
ca-certificates=20230311 \
|
ca-certificates=20230311+deb12u1 \
|
||||||
curl=7.88.1-10+deb12u12 \
|
curl=7.88.1-10+deb12u14 \
|
||||||
&& curl -fsSL https://github.com/krallin/tini/releases/download/${TINI_VERSION}/tini -o /usr/bin/tini \
|
&& curl -fsSL https://github.com/krallin/tini/releases/download/${TINI_VERSION}/tini -o /usr/bin/tini \
|
||||||
&& chmod +x /usr/bin/tini \
|
&& chmod +x /usr/bin/tini \
|
||||||
&& apt-get remove -y curl \
|
&& apt-get remove -y curl \
|
||||||
|
|||||||
@@ -10,8 +10,8 @@ ARG TINI_VERSION=v0.19.0
|
|||||||
RUN apt-get update -y \
|
RUN apt-get update -y \
|
||||||
&& DEBIAN_FRONTEND=noninteractive apt-get install -y \
|
&& DEBIAN_FRONTEND=noninteractive apt-get install -y \
|
||||||
--no-install-recommends \
|
--no-install-recommends \
|
||||||
ca-certificates=20230311 \
|
ca-certificates=20230311+deb12u1 \
|
||||||
curl=7.88.1-10+deb12u12 \
|
curl=7.88.1-10+deb12u14 \
|
||||||
&& curl -fsSL https://github.com/krallin/tini/releases/download/${TINI_VERSION}/tini -o /usr/bin/tini \
|
&& curl -fsSL https://github.com/krallin/tini/releases/download/${TINI_VERSION}/tini -o /usr/bin/tini \
|
||||||
&& chmod +x /usr/bin/tini \
|
&& chmod +x /usr/bin/tini \
|
||||||
&& apt-get remove -y curl \
|
&& apt-get remove -y curl \
|
||||||
|
|||||||
@@ -43,8 +43,8 @@ RUN apt-get update && \
|
|||||||
DEBIAN_FRONTEND=noninteractive apt-get install -y \
|
DEBIAN_FRONTEND=noninteractive apt-get install -y \
|
||||||
--no-install-recommends \
|
--no-install-recommends \
|
||||||
# up to date ca-certs are required for downloading the google signing key
|
# up to date ca-certs are required for downloading the google signing key
|
||||||
ca-certificates=20230311 \
|
ca-certificates=20230311+deb12u1 \
|
||||||
tini=0.19.0-1 \
|
tini=0.19.0-1+b3 \
|
||||||
fonts-ipafont-gothic=00303-23 \
|
fonts-ipafont-gothic=00303-23 \
|
||||||
fonts-wqy-zenhei=0.9.45-8 \
|
fonts-wqy-zenhei=0.9.45-8 \
|
||||||
fonts-thai-tlwg=1:0.7.3-1 \
|
fonts-thai-tlwg=1:0.7.3-1 \
|
||||||
@@ -61,7 +61,7 @@ RUN apt-get update && \
|
|||||||
RUN apt-get update && \
|
RUN apt-get update && \
|
||||||
DEBIAN_FRONTEND=noninteractive apt-get install -y \
|
DEBIAN_FRONTEND=noninteractive apt-get install -y \
|
||||||
# --no-install-recommends # This is causing issues with the google-chrome-stable install as not all gpg components are installed if recommended installs are disabled
|
# --no-install-recommends # This is causing issues with the google-chrome-stable install as not all gpg components are installed if recommended installs are disabled
|
||||||
gnupg=2.2.40-1.1 && \
|
gnupg=2.2.40-1.1+deb12u1 && \
|
||||||
# Clean up
|
# Clean up
|
||||||
apt-get clean && \
|
apt-get clean && \
|
||||||
rm -rf /var/lib/apt/lists/*
|
rm -rf /var/lib/apt/lists/*
|
||||||
|
|||||||
@@ -9,8 +9,8 @@ ARG TINI_VERSION=v0.19.0
|
|||||||
RUN apt-get update -y \
|
RUN apt-get update -y \
|
||||||
&& DEBIAN_FRONTEND=noninteractive apt-get install -y \
|
&& DEBIAN_FRONTEND=noninteractive apt-get install -y \
|
||||||
--no-install-recommends \
|
--no-install-recommends \
|
||||||
ca-certificates=20230311 \
|
ca-certificates=20230311+deb12u1 \
|
||||||
curl=7.88.1-10+deb12u12 \
|
curl=7.88.1-10+deb12u14 \
|
||||||
&& curl -fsSL https://github.com/krallin/tini/releases/download/${TINI_VERSION}/tini -o /usr/bin/tini \
|
&& curl -fsSL https://github.com/krallin/tini/releases/download/${TINI_VERSION}/tini -o /usr/bin/tini \
|
||||||
&& chmod +x /usr/bin/tini \
|
&& chmod +x /usr/bin/tini \
|
||||||
&& apt-get remove -y curl \
|
&& apt-get remove -y curl \
|
||||||
|
|||||||
@@ -9,8 +9,8 @@ ARG TINI_VERSION=v0.19.0
|
|||||||
RUN apt-get update -y \
|
RUN apt-get update -y \
|
||||||
&& DEBIAN_FRONTEND=noninteractive apt-get install -y \
|
&& DEBIAN_FRONTEND=noninteractive apt-get install -y \
|
||||||
--no-install-recommends \
|
--no-install-recommends \
|
||||||
ca-certificates=20230311 \
|
ca-certificates=20230311+deb12u1 \
|
||||||
curl=7.88.1-10+deb12u12 \
|
curl=7.88.1-10+deb12u14 \
|
||||||
&& curl -fsSL https://github.com/krallin/tini/releases/download/${TINI_VERSION}/tini -o /usr/bin/tini \
|
&& curl -fsSL https://github.com/krallin/tini/releases/download/${TINI_VERSION}/tini -o /usr/bin/tini \
|
||||||
&& chmod +x /usr/bin/tini \
|
&& chmod +x /usr/bin/tini \
|
||||||
&& apt-get remove -y curl \
|
&& apt-get remove -y curl \
|
||||||
|
|||||||
Reference in New Issue
Block a user