Update to Go 1.23
ContainerImages/local_exporter/pipeline/head This commit looks good Details

main
Dustin 2024-11-13 10:27:45 -06:00
parent 2895e12476
commit 98a4e10e61
1 changed files with 1 additions and 1 deletions

View File

@ -1,4 +1,4 @@
FROM docker.io/library/golang:1.21-alpine AS build
FROM docker.io/library/golang:1.23-alpine AS build
RUN --mount=type=cache,target=/var/cache \
apk add \