File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1- FROM buildpack-deps:jammy@sha256:4b87c2ce43b264d82daa23fdbd88fb1b5f1bc61cbee338eba7a41a47236f7b9a
1+ FROM buildpack-deps:jammy@sha256:d4dd8c4891377f710f1509f5a3aa777e9d64f3c93f9b3be198a10cdd497c8ac4
22
33# Dazzle does not rebuild a layer until one of its lines are changed. Increase this counter to rebuild this layer.
44ENV 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 \
1717 && sdk default java ${JAVA_VERSION} \
1818 && sdk install gradle \
1919 # 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 \
2121 && sdk flush archives \
2222 && sdk flush temp \
2323 && mkdir /home/gitpod/.m2 \
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ ENV TRIGGER_REBUILD=2
99# Install composer
1010COPY --from=composer:2 /usr/bin/composer /usr/bin/composer
1111
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 \
1313 && install-packages \
1414 apache2 \
1515 nginx \
You can’t perform that action at this time.
0 commit comments