Skip to content
This repository has been archived by the owner on Jul 20, 2022. It is now read-only.

Commit

Permalink
feat(deps): bump homecentr/base from 2.4.3-alpine to 3.0.0-alpine (#55)
Browse files Browse the repository at this point in the history
Bumps homecentr/base from 2.4.3-alpine to 3.0.0-alpine.

---
updated-dependencies:
- dependency-name: homecentr/base
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>

* fix: Package version

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: LH <[email protected]>
  • Loading branch information
dependabot[bot] and lholota authored Jul 8, 2021
1 parent 89fce7c commit 09aecad
Showing 1 changed file with 2 additions and 2 deletions.
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 <[email protected]>"
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 comments on commit 09aecad

Please sign in to comment.