Update golang Docker tag to v1.24.3

This commit is contained in:
Renovate Bot 2025-05-06 21:05:47 +00:00
parent 18064dec54
commit 0b700c5f1a
No known key found for this signature in database
2 changed files with 2 additions and 2 deletions

View file

@ -1,4 +1,4 @@
FROM golang:1.24.2-alpine@sha256:7772cb5322baa875edd74705556d08f0eeca7b9c4b5367754ce3f2f00041ccee AS builder
FROM golang:1.24.3-alpine@sha256:ef18ee7117463ac1055f5a370ed18b8750f01589f13ea0b48642f5792b234044 AS builder
ENV CGO_ENABLED=0 \
GOPATH=/go \

View file

@ -1,4 +1,4 @@
FROM golang:1.24.2-alpine@sha256:7772cb5322baa875edd74705556d08f0eeca7b9c4b5367754ce3f2f00041ccee AS builder
FROM golang:1.24.3-alpine@sha256:ef18ee7117463ac1055f5a370ed18b8750f01589f13ea0b48642f5792b234044 AS builder
ENV CGO_ENABLED=0 \
GOPATH=/go \