Skip to content

Commit

Permalink
Merge pull request #3096 from cloudfoundry/dependabot/docker/controll…
Browse files Browse the repository at this point in the history
…ers/remote-debug/golang-1.22.0

Bump golang from 1.21.5 to 1.22.0 in /controllers/remote-debug
georgethebeatle authored Feb 12, 2024

Unverified

This commit is not signed, but one or more authors requires that any commit attributed to them is signed.
2 parents 788240d + da48bac commit 6fff2da
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion controllers/remote-debug/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# syntax = docker/dockerfile:experimental
FROM golang:1.21.5 as builder
FROM golang:1.22.0 as builder

ARG version=dev

0 comments on commit 6fff2da

Please sign in to comment.