Skip to content

Commit

Permalink
chore(deps): update golang docker tag to v1.23
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Aug 13, 2024
1 parent 1ac0303 commit b69ce6f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion images/agent/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ ARG WIREGUARD_AGENT_SRC=/usr/local/src/wireguard-agent
ARG PROMETHEUS_WIREGUARD_EXPORTER_SRC=/usr/local/src/prometheus-wireguard-exporter

# step 1: Build Agent
FROM --platform=${BUILDPLATFORM} golang:1.22 AS golang-builder
FROM --platform=${BUILDPLATFORM} golang:1.23 AS golang-builder
ARG WIREGUARD_AGENT_SRC
WORKDIR $WIREGUARD_AGENT_SRC
# Copy the Go Modules manifests
Expand Down
2 changes: 1 addition & 1 deletion images/manager/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# step 1: Build the manager binary
FROM --platform=${BUILDPLATFORM} golang:1.22 as builder
FROM --platform=${BUILDPLATFORM} golang:1.23 as builder

WORKDIR /workspace
# Copy the Go Modules manifests
Expand Down

0 comments on commit b69ce6f

Please sign in to comment.