File tree Expand file tree Collapse file tree 3 files changed +6
-5
lines changed Expand file tree Collapse file tree 3 files changed +6
-5
lines changed Original file line number Diff line number Diff line change 35
35
tag_with_ref : true
36
36
tag_with_sha : true
37
37
add_git_labels : true
38
+ tags : php83
Original file line number Diff line number Diff line change 20
20
with :
21
21
repository : gogaille/bref
22
22
path : ./bref
23
- tags : latest
23
+ tags : php83
24
24
push : false
25
25
- name : test
26
26
run : |
Original file line number Diff line number Diff line change 1
1
# syntax=docker/dockerfile:1.4
2
- ARG PHP_VERSION=82
2
+ ARG PHP_VERSION=83
3
3
ARG ALPINE_VERSION=3.16
4
4
ARG BREF_VERSION=2
5
- ARG REDIS_EXTRA_VERSION=1.0.0
5
+ ARG REDIS_EXTRA_VERSION=1.3.5
6
6
7
7
FROM bref/extra-redis-php-${PHP_VERSION}:${REDIS_EXTRA_VERSION} AS redis_extension
8
8
9
9
FROM alpine:${ALPINE_VERSION} as tools-installer
10
10
RUN apk add --no-cache curl gnupg
11
11
12
12
FROM tools-installer as hcl2json
13
- ARG HCL2JSON_VERSION=0.3.5
13
+ ARG HCL2JSON_VERSION=0.6.0
14
14
RUN <<EOF ash -e
15
15
curl -SsL https://github.com/tmccombs/hcl2json/releases/download/${HCL2JSON_VERSION}/hcl2json_linux_amd64 > /usr/local/bin/hcl2json
16
16
chmod 755 /usr/local/bin/hcl2json
@@ -49,7 +49,7 @@ ENV PATH=$PATH:/var:/var/task/bin \
49
49
HANDLER=public/index.php \
50
50
DOCUMENT_ROOT=public
51
51
COPY --link entrypoint.sh /gogaille-entrypoint.sh
52
- COPY --link --from=composer:2.5 /usr/bin/composer /usr/local/bin/composer
52
+ COPY --link --from=composer:2.6 /usr/bin/composer /usr/local/bin/composer
53
53
COPY --link --from=phive /usr/local/bin/phive /usr/local/bin/
54
54
RUN phive --version
55
55
COPY --link --from=hcl2json /usr/local/bin/hcl2json /usr/local/bin/
You can’t perform that action at this time.
0 commit comments