Skip to content

Commit b8abd46

Browse files
Update buildpack-deps:jammy Docker digest to d4dd8c4 (#1612)
* Update buildpack-deps:jammy Docker digest to d4dd8c4 * Fix maven build * Fix tool-nginx --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Kyle Brennan <[email protected]>
1 parent 5774c6e commit b8abd46

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

base/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
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.
44
ENV TRIGGER_REBUILD=2

chunks/lang-java/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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 \

chunks/tool-nginx/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ ENV TRIGGER_REBUILD=2
99
# Install composer
1010
COPY --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 \

0 commit comments

Comments
 (0)