Pin golang Docker tag to 3b92300 (#48)
All checks were successful
Build and push container image / build (push) Successful in 48s

Co-authored-by: Renovate <system@toast-server.net>
Co-committed-by: Renovate <system@toast-server.net>
This commit is contained in:
Renovate 2023-12-05 20:45:20 +00:00 committed by Renovate Bot
parent 4be8f106ef
commit abc097929d

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 ./