Commit 80831bfb authored by Andrei Mihu's avatar Andrei Mihu
Browse files

Update ca-certificates version.

parent 3b4522e0
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -47,7 +47,7 @@ LABEL description="Distributed server for social and realtime games and apps."
RUN mkdir -p /nakama/data/modules && \
    apt-get update && \
    apt-get -y upgrade && \
    apt-get install -y --no-install-recommends ca-certificates=20190110 tzdata curl iproute2 unzip rsync git tini schroot && \
    apt-get install -y --no-install-recommends ca-certificates=20200601~deb10u2 tzdata curl iproute2 unzip rsync git tini schroot && \
    apt-get clean && \
    rm -rf /var/lib/apt/lists/*

+1 −1
Original line number Diff line number Diff line
@@ -47,7 +47,7 @@ LABEL description="Distributed server for social and realtime games and apps."
RUN mkdir -p /nakama/data/modules && \
    apt-get update && \
    apt-get -y upgrade && \
    apt-get install -y --no-install-recommends ca-certificates=20190110 tzdata curl iproute2 unzip rsync git tini schroot && \
    apt-get install -y --no-install-recommends ca-certificates=20200601~deb10u2 tzdata curl iproute2 unzip rsync git tini schroot && \
    apt-get clean && \
    rm -rf /var/lib/apt/lists/*

+1 −1
Original line number Diff line number Diff line
@@ -32,7 +32,7 @@ ENV CGO_ENABLED 1

RUN apt-get update && \
    apt-get -y upgrade && \
    apt-get install -y --no-install-recommends ca-certificates gcc libc6-dev git && \
    apt-get install -y --no-install-recommends ca-certificates=20200601~deb10u2 gcc libc6-dev git && \
    apt-get clean && \
    rm -rf /var/lib/apt/lists/*