Skip to content
This repository has been archived by the owner on Mar 24, 2024. It is now read-only.

Commit

Permalink
update dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
ThatsNoMoon committed Jan 9, 2023
1 parent 6302547 commit 5b758d3
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 @@ -39,7 +39,7 @@ RUN if [[ ! -z "$RUSTTARGET" ]]; then \
mv target/$RUSTTARGET/release/highlights target/release/highlights; \
fi

FROM alpine:3.15.0
FROM alpine:3.17.0
RUN apk add --no-cache --update tini=0.19.0-r1 && \
addgroup -g 1000 highlights \
&& adduser -u 1000 -H -D -G highlights -s /bin/sh highlights
Expand Down

0 comments on commit 5b758d3

Please sign in to comment.