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 portainer/agent from 1.6.0 to 2.6.0 (#55)
Browse files Browse the repository at this point in the history
BREAKING CHANGE: Portainer agent version bumped by a major version

* fix(deps): bump portainer/agent from 1.6.0 to 2.6.0

Bumps portainer/agent from 1.6.0 to 2.6.0.

---
updated-dependencies:
- dependency-name: portainer/agent
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>

* fix: Dep version label updated

* fix: ci perms

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 8c2d69a commit 21ede09
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,9 @@ env:
jobs:
build:
runs-on: ubuntu-latest
permissions:
contents: read
packages: read
steps:
- uses: actions/checkout@master

Expand Down
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
FROM portainer/agent:1.6.0 as agent
FROM portainer/agent:2.6.0 as agent

FROM homecentr/base:3.0.0-alpine

ENV PORTAINER_AGENT_ARGS=""
ENV FIRST_HEALTHCHECK_TIMEOUT=20

LABEL maintainer="Lukas Holota <me@lholota.com>"
LABEL io.homecentr.dependency-version=1.5.1
LABEL io.homecentr.dependency-version=2.6.0

RUN apk add --no-cache \
curl=7.77.0-r1
Expand Down

0 comments on commit 21ede09

Please sign in to comment.