Skip to content

Commit

Permalink
fix(deps): bump alpine to 3.19.1 (#366)
Browse files Browse the repository at this point in the history
Patches some CVEs in libcrypto and libssl3 in Alpine.
  • Loading branch information
cwaldren-ld committed May 21, 2024
1 parent e268e9d commit f5e54b9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ ENV GOPATH=/go

RUN go build -a -o ldr .

FROM alpine:3.19.0
FROM alpine:3.19.1

RUN addgroup -g 1000 -S ldr-user && \
adduser -u 1000 -S ldr-user -G ldr-user && \
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile.goreleaser
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# This is the Dockerfile used for release (published to dockerhub by goreleaser)

FROM alpine:3.19.0
FROM alpine:3.19.1
# See "Runtime platform versions" in CONTRIBUTING.md

RUN apk add --no-cache \
Expand Down

0 comments on commit f5e54b9

Please sign in to comment.