Skip to content

Commit

Permalink
Update all non-major dependencies (#71)
Browse files Browse the repository at this point in the history
* Update all non-major dependencies

* Update docker image to v4.12.2

Signed-off-by: Jniklas2 <[email protected]>

---------

Signed-off-by: Jniklas2 <[email protected]>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Jniklas2 <[email protected]>
  • Loading branch information
renovate[bot] and Jniklas2 authored Jul 6, 2024
1 parent 342c2e7 commit 3a9ef6b
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:

# Workaround: https://github.com/docker/build-push-action/issues/461
- name: Setup Docker buildx
uses: docker/setup-buildx-action@v3.3.0
uses: docker/setup-buildx-action@v3.4.0

# Login against a Docker registry except on PR
# https://github.com/docker/login-action
Expand All @@ -56,7 +56,7 @@ jobs:
# https://github.com/docker/build-push-action
- name: Build and push Docker image
id: build-and-push
uses: docker/build-push-action@v6.2.0
uses: docker/build-push-action@v6.3.0
with:
context: .
push: ${{ github.event_name != 'pull_request' }}
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM ghcr.io/stackexchange/dnscontrol:4.12.0@sha256:57f56da6e16ae5fd112f5b460cedd562876ab68628236bc25df3b00ac1437e1b
FROM ghcr.io/stackexchange/dnscontrol:4.12.2@sha256:5962bd42efa3dcb8e36f596d01a7efa3c5c05d0465c0322d98d277b8548105cf

LABEL repository="https://github.com/Jniklas2/DNSControl-Action"
LABEL maintainer="Jniklas2 <[email protected]>"
Expand Down
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,4 +35,4 @@ outputs:
runs:
using: docker
# image: 'Dockerfile'
image: 'docker://ghcr.io/jniklas2/dnscontrol-action:v4.12.0'
image: 'docker://ghcr.io/jniklas2/dnscontrol-action:v4.12.2'

0 comments on commit 3a9ef6b

Please sign in to comment.