Skip to content

Commit 1637b61

Browse files
build(deps): bump golang from ac67716 to 9dd2625 (#379)
Bumps golang from `ac67716` to `9dd2625`. --- updated-dependencies: - dependency-name: golang dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Craig Spencer <craig.spencer@intel.com>
1 parent 38bccf0 commit 1637b61

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
# Step 1: Modules caching
2-
FROM golang:1.23-alpine3.20@sha256:ac67716dd016429be8d4c2c53a248d7bcdf06d34127d3dc451bda6aa5a87bc06 as modules
2+
FROM golang:1.23-alpine3.20@sha256:9dd2625a1ff2859b8d8b01d8f7822c0f528942fe56cfe7a1e7c38d3b8d72d679 as modules
33
COPY go.mod go.sum /modules/
44
WORKDIR /modules
55
RUN apk add --no-cache git
66
RUN go mod download
77

88
# Step 2: Builder
9-
FROM golang:1.23-alpine3.20@sha256:ac67716dd016429be8d4c2c53a248d7bcdf06d34127d3dc451bda6aa5a87bc06 as builder
9+
FROM golang:1.23-alpine3.20@sha256:9dd2625a1ff2859b8d8b01d8f7822c0f528942fe56cfe7a1e7c38d3b8d72d679 as builder
1010
COPY --from=modules /go/pkg /go/pkg
1111
COPY . /app
1212
WORKDIR /app

0 commit comments

Comments
 (0)