diff --git a/Dockerfile b/Dockerfile index 9b7f972..fc7e985 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,6 +1,6 @@ FROM portainer/portainer:1.24.1 as portainer -FROM homecentr/base:2.4.3-alpine +FROM homecentr/base:3.0.0-alpine LABEL maintainer="Lukas Holota " LABEL io.homecentr.dependency-version=1.23.2 @@ -12,7 +12,7 @@ ENV PORTAINER_ARGS="" ENV S6_BEHAVIOUR_IF_STAGE2_FAILS=2 RUN apk add --no-cache \ - curl=7.77.0-r0 + curl=7.77.0-r1 # Portainer is based on scratch and therefore we can safely copy the whole image fs COPY --from=portainer / /