File tree Expand file tree Collapse file tree 2 files changed +10
-10
lines changed
Expand file tree Collapse file tree 2 files changed +10
-10
lines changed Original file line number Diff line number Diff line change @@ -118,7 +118,7 @@ jobs:
118118
119119 release :
120120 docker :
121- - image : dadish/processgraphql-primary:0.6 .0
121+ - image : dadish/processgraphql-primary:1.0 .0
122122 auth :
123123 username : $DOCKERHUB_USERNAME
124124 password : $DOCKERHUB_PASSWORD
Original file line number Diff line number Diff line change 11# syntax=docker/dockerfile:1
2- FROM alpine:3.14
2+ FROM alpine:3.18.0
33
44RUN apk update && apk upgrade
55
@@ -11,14 +11,14 @@ RUN apk add \
1111 ca-certificates \
1212 nodejs \
1313 npm \
14- php7 \
15- php7 -gd \
16- php7 -tokenizer \
17- php7 -dom \
18- php7 -mysqli \
19- php7 -xmlwriter \
20- php7 -xml \
21- php7 -ctype \
14+ php \
15+ php -gd \
16+ php -tokenizer \
17+ php -dom \
18+ php -mysqli \
19+ php -xmlwriter \
20+ php -xml \
21+ php -ctype \
2222 composer
2323
2424ENTRYPOINT ["echo" , "Started!" ]
You can’t perform that action at this time.
0 commit comments