Skip to content

Commit 24811cf

Browse files
authored
Merge pull request #6594 from kubernetes/dependabot/docker/vertical-pod-autoscaler/pkg/recommender/golang-1.22.1
Bump golang from 1.22.0 to 1.22.1 in /vertical-pod-autoscaler/pkg/recommender
2 parents b8506af + fdecd10 commit 24811cf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

vertical-pod-autoscaler/pkg/recommender/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
# See the License for the specific language governing permissions and
1313
# limitations under the License.
1414

15-
FROM --platform=$BUILDPLATFORM golang:1.22.0 as builder
15+
FROM --platform=$BUILDPLATFORM golang:1.22.1 as builder
1616

1717
ENV GOPATH /gopath/
1818
ENV PATH $GOPATH/bin:$PATH

0 commit comments

Comments
 (0)