Skip to content

Commit c3947c8

Browse files
authored
fix(serverless-scheduler-proxy): float Go base image to 1.26 to resolve CVEs (#6358)
Update `serverless-scheduler-proxy/Dockerfile` to use `golang:1.26-alpine` to pull Go >= 1.26.6, resolving the 10 Go stdlib/toolchain CVEs while automatically picking up future 1.26.x patch releases. Fixes b/550745572
1 parent 21c2c29 commit c3947c8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

serverless-scheduler-proxy/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
# See the License for the specific language governing permissions and
1010
# limitations under the License.
1111

12-
FROM golang:1.26.5-alpine AS build
12+
FROM golang:1.26-alpine AS build
1313

1414
RUN apk add --no-cache git ca-certificates
1515
WORKDIR /src/serverless-scheduler-proxy

0 commit comments

Comments
 (0)