Skip to content

Commit 683622d

Browse files
committed
1 parent 0e09bf1 commit 683622d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ WORKDIR /go/src/github.com/stuart-warren/yamlfmt/
33
COPY . .
44
RUN CGO_ENABLED=0 GOOS=linux go build -a -o yamlfmt ./cmd/yamlfmt
55

6-
FROM alpine:3.16
6+
FROM alpine:3.22.2
77
RUN apk --no-cache add diffutils
88
WORKDIR /tmp
99
COPY --from=0 /go/src/github.com/stuart-warren/yamlfmt/yamlfmt /usr/local/bin/yamlfmt

0 commit comments

Comments
 (0)