Skip to content

Commit dc0d738

Browse files
Merge pull request #21 from stuart-warren/snyk-fix-2e3b8e21e39ef6a48e143f8642a1b619
[Snyk] Security upgrade alpine from 3.15 to 3.16
2 parents 7c58a37 + 6cfb236 commit dc0d738

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.15
6+
FROM alpine:3.16
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)