8000 feat(deps): bump homecentr/base from 2.4.3-alpine to 3.0.0-alpine by dependabot[bot] · Pull Request #55 · homecentr/docker-portainer · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content
This repository was archived by the owner on Jul 20, 2022. It is now read-only.

feat(deps): bump homecentr/base from 2.4.3-alpine to 3.0.0-alpine #55

Merged
merged 3 commits into from
Jul 8, 2021
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -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 <me@lholota.com>"
LABEL io.homecentr.dependency-version=1.23.2
Expand All @@ -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 / /
Expand Down
0