mirror of
https://github.com/vmware-tanzu/pinniped.git
synced 2026-07-24 09:02:46 +00:00
Bump golang from 1.26.5 to 1.27rc2 in /dockerfiles/test-cfssl
Bumps golang from 1.26.5 to 1.27rc2. --- updated-dependencies: - dependency-name: golang dependency-version: 1.27rc2 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
@@ -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.26.5
|
||||
FROM golang:1.27rc2
|
||||
|
||||
# Thier Docerfile https://github.com/cloudflare/cfssl/blob/master/Dockerfile
|
||||
# calls their Makefile https://github.com/cloudflare/cfssl/blob/master/Makefile
|
||||
|
||||
Reference in New Issue
Block a user