Skip to content

Commit

Permalink
chore(deps): update dockerfile non-major dependencies (#1091)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Nov 18, 2024
1 parent 664bd39 commit d71ef62
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion infrastructure/images/gh-runner/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM ghcr.io/actions/actions-runner:2.320.0
FROM ghcr.io/actions/actions-runner:2.321.0
# for latest release, see https://github.com/actions/runner/releases

USER root
Expand Down
2 changes: 1 addition & 1 deletion services/dis-apim-operator/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Build the manager binary
FROM golang:1.22 AS builder
FROM golang:1.23 AS builder
ARG TARGETOS
ARG TARGETARCH

Expand Down

0 comments on commit d71ef62

Please sign in to comment.