Merge pull request #2712 from vmware/dependabot/docker/dockerfiles/test-cfssl/ci/golang-1.25.4

Bump golang from 1.25.3 to 1.25.4 in /dockerfiles/test-cfssl
This commit is contained in:
Joshua Casey
2025-11-06 07:37:50 -06:00
committed by GitHub

View File

@@ -11,7 +11,7 @@ FROM cfssl/cfssl:v1.6.5 as cfssl
# We just need any basic unix with bash, but we can pick the same
# base image that they use, just in case they did any dynamic linking.
FROM golang:1.25.3
FROM golang:1.25.4
# Thier Docerfile https://github.com/cloudflare/cfssl/blob/master/Dockerfile
# calls their Makefile https://github.com/cloudflare/cfssl/blob/master/Makefile