Pin golang Docker tag to 3b92300 #48

Merged
Renovate merged 1 commits from renovate/pin-dependencies into master 2023-12-05 15:45:20 -05:00
Showing only changes of commit fd12274f60 - Show all commits

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