File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 1
- FROM buildpack-deps:jammy@sha256:4b87c2ce43b264d82daa23fdbd88fb1b5f1bc61cbee338eba7a41a47236f7b9a
1
+ FROM buildpack-deps:jammy@sha256:d4dd8c4891377f710f1509f5a3aa777e9d64f3c93f9b3be198a10cdd497c8ac4
2
2
3
3
# Dazzle does not rebuild a layer until one of its lines are changed. Increase this counter to rebuild this layer.
4
4
ENV TRIGGER_REBUILD=2
Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ RUN curl -fsSL "https://get.sdkman.io" | bash \
17
17
&& sdk default java ${JAVA_VERSION} \
18
18
&& sdk install gradle \
19
19
# 4.x requires Java 17+ https://maven.apache.org/docs/history.html
20
- && sdk install maven 3.9.9 \
20
+ && sdk install maven 3.9.10 \
21
21
&& sdk flush archives \
22
22
&& sdk flush temp \
23
23
&& mkdir /home/gitpod/.m2 \
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ ENV TRIGGER_REBUILD=2
9
9
# Install composer
10
10
COPY --from=composer:2 /usr/bin/composer /usr/bin/composer
11
11
12
- RUN for _ppa in 'ppa:ondrej/php' 'ppa:ondrej/apache2' 'ppa:ondrej/nginx-mainline ' ; do add-apt-repository -y "$_ppa" ; done \
12
+ RUN for _ppa in 'ppa:ondrej/php' 'ppa:ondrej/apache2' 'ppa:ondrej/nginx' ; do add-apt-repository -y "$_ppa" ; done \
13
13
&& install-packages \
14
14
apache2 \
15
15
nginx \
You can’t perform that action at this time.
0 commit comments