Update Dockerfile

This commit is contained in:
Alexandre
2022-02-19 10:14:13 +01:00
committed by GitHub
parent f936dd8473
commit 08653697a6

View File

@@ -34,9 +34,10 @@ ENV BUILD_UPSTREAM="1.5.1"
SHELL ["/bin/bash", "-o", "pipefail", "-c"]
# Setup base
# hadolint ignore=DL3003,DL3017
# hadolint ignore=DL3003
# Install app dependencies
RUN apk -U update && \
# hadolint ignore=DL3017
apk -U upgrade && \
apk -U add --no-cache \
git \