Skip to content

Commit

Permalink
dockerfile updated
Browse files Browse the repository at this point in the history
  • Loading branch information
thewhiteh4t committed May 18, 2024
1 parent 5c8b209 commit cf1360b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
FROM alpine:3.15.4
RUN apk update
FROM alpine:latest
RUN apk update
RUN apk add \
git \
python3 \
Expand Down

0 comments on commit cf1360b

Please sign in to comment.