We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1ae455b commit 5c4d285Copy full SHA for 5c4d285
cmd/shfmt/Dockerfile
@@ -1,11 +1,11 @@
1
-FROM golang:1.26.0-alpine AS build
+FROM golang:1.26.1-alpine AS build
2
3
WORKDIR /src
4
RUN apk add --no-cache git
5
COPY . .
6
RUN CGO_ENABLED=0 go build -ldflags "-w -s -extldflags '-static'" ./cmd/shfmt
7
8
-FROM alpine:3.21.2 AS alpine
+FROM alpine:3.23.3 AS alpine
9
COPY --from=build /src/shfmt /bin/shfmt
10
COPY "./cmd/shfmt/docker-entrypoint.sh" "/init"
11
ENTRYPOINT ["/init"]
0 commit comments