Skip to content

Commit 054a7e3

Browse files
Bump golang from 1.22-alpine to 1.23-alpine
Bumps golang from 1.22-alpine to 1.23-alpine. --- updated-dependencies: - dependency-name: golang dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 8d0d7db commit 054a7e3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM golang:1.22-alpine AS build
1+
FROM golang:1.23-alpine AS build
22
COPY . /go/src/jacobbednarz/go-csp-collector
33
WORKDIR /go/src/jacobbednarz/go-csp-collector
44
RUN set -ex \

0 commit comments

Comments
 (0)