File tree 2 files changed +10
-10
lines changed
2 files changed +10
-10
lines changed Original file line number Diff line number Diff line change @@ -118,7 +118,7 @@ jobs:
118
118
119
119
release :
120
120
docker :
121
- - image : dadish/processgraphql-primary:0.6 .0
121
+ - image : dadish/processgraphql-primary:1.0 .0
122
122
auth :
123
123
username : $DOCKERHUB_USERNAME
124
124
password : $DOCKERHUB_PASSWORD
Original file line number Diff line number Diff line change 1
1
# syntax=docker/dockerfile:1
2
- FROM alpine:3.14
2
+ FROM alpine:3.18.0
3
3
4
4
RUN apk update && apk upgrade
5
5
@@ -11,14 +11,14 @@ RUN apk add \
11
11
ca-certificates \
12
12
nodejs \
13
13
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 \
22
22
composer
23
23
24
24
ENTRYPOINT ["echo" , "Started!" ]
You can’t perform that action at this time.
0 commit comments