We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ae1df08 commit 4bb745dCopy full SHA for 4bb745d
Dockerfile
@@ -23,7 +23,7 @@ ENV GOPATH=/go
23
24
RUN go build -a -o ldr .
25
26
-FROM alpine:3.23.0
+FROM alpine:3.23.2
27
28
RUN addgroup -g 1000 -S ldr-user && \
29
adduser -u 1000 -S ldr-user -G ldr-user && \
Dockerfile.goreleaser
@@ -1,6 +1,6 @@
1
# This is a Dockerfile used for release (published to dockerhub by goreleaser)
2
3
4
# See "Runtime platform versions" in CONTRIBUTING.md
5
6
RUN apk add --no-cache \
0 commit comments