From 997cc40e4c1759995adcf6032078babab41a67fd Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Mon, 1 Feb 2021 20:00:44 +0000 Subject: [PATCH] Update base dependencies --- Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index 14e6a2f..15980e4 100644 --- a/Dockerfile +++ b/Dockerfile @@ -11,7 +11,7 @@ ENV MORTY_VERSION="f56efbfca411605bc7a2b5cc8fcad91df537a597" WORKDIR $GOPATH/src/github.com/asciimoo/morty RUN apk upgrade --no-cache && \ - apk add --no-cache git="2.26.2-r0" && \ + apk add --no-cache git="2.30.0-r0" && \ git clone https://github.com/asciimoo/morty.git . && \ git checkout "${MORTY_VERSION}" @@ -24,7 +24,7 @@ FROM arm64v8/alpine:3.13.1@sha256:019c59128325536e838a5f36028db214335129f9aa8321 FROM base-${ARCH} RUN apk upgrade --no-cache && \ - apk --no-cache add ca-certificates="20191127-r4" && \ + apk --no-cache add ca-certificates="20191127-r5" && \ rm -f /var/cache/apk/* && \ adduser -D -h /usr/local/morty -s /bin/false morty morty