diff --git a/Dockerfile b/Dockerfile index 806111b..5f25efe 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM golang:1.22-alpine3.18@sha256:fd5ffdf2a8556c449c8c79fae283dc9c4c455a7a050d50f88cf238ce7d8543be AS builder +FROM golang:1.22-alpine3.18@sha256:09dd80cf5c7100c4c9fc8b9b8f9433181b2db2b38a7c8fe29d92471a1817544b AS builder WORKDIR /corn-util COPY go.mod go.sum ./