We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 8d25481 + 69726e8 commit 29a86ceCopy full SHA for 29a86ce
integration-test/Dockerfile
@@ -1,11 +1,11 @@
1
# Step 1: Modules caching
2
-FROM golang:1.23.4-alpine3.20@sha256:9bfa54e3a85920df66ecf1c4979dfdf88baa80ca9752adda442713863087ef18 as modules
+FROM golang:1.23.4-alpine3.20@sha256:9a31ef0803e6afdf564edc8ba4b4e17caed22a0b1ecd2c55e3c8fdd8d8f68f98 as modules
3
COPY go.mod go.sum /modules/
4
WORKDIR /modules
5
RUN go mod download
6
7
# Step 2: Tests
8
-FROM golang:1.23.4-alpine3.20@sha256:9bfa54e3a85920df66ecf1c4979dfdf88baa80ca9752adda442713863087ef18
+FROM golang:1.23.4-alpine3.20@sha256:9a31ef0803e6afdf564edc8ba4b4e17caed22a0b1ecd2c55e3c8fdd8d8f68f98
9
COPY --from=modules /go/pkg /go/pkg
10
COPY . /app
11
WORKDIR /app
0 commit comments