Skip to content

Commit 9c04dd2

Browse files
committed
chore(ci): fix the release step
1 parent 8f9b2fd commit 9c04dd2

File tree

2 files changed

+10
-10
lines changed

2 files changed

+10
-10
lines changed

.circleci/config.yml

+1-1
Original file line numberDiff line numberDiff 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

.circleci/images/primary/Dockerfile

+9-9
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# syntax=docker/dockerfile:1
2-
FROM alpine:3.14
2+
FROM alpine:3.18.0
33

44
RUN 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

2424
ENTRYPOINT ["echo", "Started!"]

0 commit comments

Comments
 (0)