Skip to content

Commit 0f15eb0

Browse files
authored
Merge pull request #105 from jacobbednarz/dependabot/docker/golang-1.23-alpine
2 parents 8d0d7db + 054a7e3 commit 0f15eb0

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)