Skip to content

Commit

Permalink
fixed alpine version to 3.15 to be able to use php7
Browse files Browse the repository at this point in the history
  • Loading branch information
jit06 committed Jun 11, 2023
1 parent 24b2ed7 commit 9accbff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion wordpress/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM arm32v7/alpine
FROM arm32v7/alpine:3.15

# install needed packages
RUN apk add --no-cache bash curl less vim nginx ca-certificates git tzdata zip supervisor \
Expand Down

0 comments on commit 9accbff

Please sign in to comment.