Skip to content

Commit

Permalink
Merge pull request #84 from mhamzahkhan/master
Browse files Browse the repository at this point in the history
Update Alpine to fix a numer of CVEs
  • Loading branch information
yukimochi authored Jul 1, 2023
2 parents 2fbb4f0 + a5d837b commit 506ccdc
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 @@ -7,7 +7,7 @@ RUN mkdir -p /rootfs/usr/bin && \
apk add -U --no-cache git && \
go build -o /rootfs/usr/bin/relay -ldflags "-X main.version=$(git describe --tags HEAD | sed -r 's/v(.*)/\1/')" .

FROM alpine:3.17.2
FROM alpine:3.18.2

COPY --from=build /rootfs/usr/bin /usr/bin
RUN chmod +x /usr/bin/relay && \
Expand Down

0 comments on commit 506ccdc

Please sign in to comment.