Pin golang Docker tag to 3b92300

PR created by Renovate Bot.
This commit is contained in:
Renovate 2023-12-05 20:45:19 +00:00
parent 4be8f106ef
commit fd12274f60

View File

@ -1,4 +1,4 @@
FROM golang:1.21-alpine3.18 AS builder
FROM golang:1.21-alpine3.18@sha256:3b923001e55d6344ad84d4ee4006f58492407f506a70dacf59556c799ee34020 AS builder
WORKDIR /corn-util
COPY go.mod go.sum ./