Skip to content

Commit

Permalink
fix: Dockerfile to reduce vulnerabilities
Browse files Browse the repository at this point in the history
  • Loading branch information
snyk-bot committed Jul 29, 2023
1 parent afefa5e commit efbc93d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ RUN GOOS=linux GO111MODULE=on go build -i -v -a -installsuffix cgo -o app couchd

###

FROM alpine:3.15
FROM alpine:3.16
RUN apk add --no-cache \
&& addgroup -S -g 10001 app \
&& adduser -S -u 10001 \
Expand Down

0 comments on commit efbc93d

Please sign in to comment.