Skip to content

Commit

Permalink
feat: Changed alpine base image from 3.14 to 3.19.1
Browse files Browse the repository at this point in the history
  • Loading branch information
tobiaswx authored Feb 16, 2024
1 parent 57bd3ad commit 5d467f5
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 docker.io/library/alpine:3.14
FROM docker.io/library/alpine:3.19.1
COPY nginx.conf /etc/nginx/http.d/default.conf
COPY manjaro-mirror.sh /scripts/
COPY init.sh /scripts/
Expand Down

0 comments on commit 5d467f5

Please sign in to comment.