diff --git a/integration/Dockerfile b/integration/Dockerfile index 95351c7a..18a758ac 100644 --- a/integration/Dockerfile +++ b/integration/Dockerfile @@ -1,5 +1,5 @@ # This Dockerfile builds a base image for the CloudBuild integration testing. -FROM golang:1.23.2-bullseye@sha256:ecb3fe70e1fd6cef4c5c74246a7525c3b7d59c48ea0589bbb0e57b1b37321fb9 AS testbase +FROM golang:1.23.3-bullseye@sha256:1002103155eb5802f6876dceb8cb8bf965cc6d3deeb34f11e4774926aca6a1fd AS testbase WORKDIR /testbase