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 (#56)
Browse files Browse the repository at this point in the history
* fix(deps): bump homecentr/base from 2.4.3-alpine to 3.0.0-alpine

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] <support@github.com>

* fix: Alpine package versions

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Lukas Holota <l.holota@outlook.com>
  • Loading branch information
dependabot[bot] and lholota committed Jul 8, 2021
1 parent 6348414 commit 8c2d69a
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/agent:1.6.0 as agent

FROM homecentr/base:2.4.3-alpine
FROM homecentr/base:3.0.0-alpine

ENV PORTAINER_AGENT_ARGS=""
ENV FIRST_HEALTHCHECK_TIMEOUT=20
Expand All @@ -9,7 +9,7 @@ LABEL maintainer="Lukas Holota <me@lholota.com>"
LABEL io.homecentr.dependency-version=1.5.1

RUN apk add --no-cache \
curl=7.77.0-r0
curl=7.77.0-r1

# Copy Portainer agent binaries
COPY --from=agent / /
Expand Down

0 comments on commit 8c2d69a

Please sign in to comment.