Skip to content

Commit

Permalink
Use latest stable Alpine instead of edge
Browse files Browse the repository at this point in the history
  • Loading branch information
Axel Leroy committed Dec 20, 2022
1 parent 3509c74 commit 1f6a70a
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
@@ -1,4 +1,4 @@
FROM alpine:edge
FROM alpine:3.17.0
WORKDIR /app
RUN apk add wol tzdata --repository=https://dl-cdn.alpinelinux.org/alpine/edge/testing/
COPY start-script.sh /app/
Expand Down

0 comments on commit 1f6a70a

Please sign in to comment.