Skip to content

Commit 5c4d285

Browse files
committed
cmd/shfmt: bump Go and Alpine in the Dockerfile
1 parent 1ae455b commit 5c4d285

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

cmd/shfmt/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
1-
FROM golang:1.26.0-alpine AS build
1+
FROM golang:1.26.1-alpine AS build
22

33
WORKDIR /src
44
RUN apk add --no-cache git
55
COPY . .
66
RUN CGO_ENABLED=0 go build -ldflags "-w -s -extldflags '-static'" ./cmd/shfmt
77

8-
FROM alpine:3.21.2 AS alpine
8+
FROM alpine:3.23.3 AS alpine
99
COPY --from=build /src/shfmt /bin/shfmt
1010
COPY "./cmd/shfmt/docker-entrypoint.sh" "/init"
1111
ENTRYPOINT ["/init"]

0 commit comments

Comments
 (0)