We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8d0d7db commit 054a7e3Copy full SHA for 054a7e3
Dockerfile
@@ -1,4 +1,4 @@
1
-FROM golang:1.22-alpine AS build
+FROM golang:1.23-alpine AS build
2
COPY . /go/src/jacobbednarz/go-csp-collector
3
WORKDIR /go/src/jacobbednarz/go-csp-collector
4
RUN set -ex \
0 commit comments