Skip to content

Commit 1de7901

Browse files
chore(deps): update eclipse-temurin docker tag (#1980)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 2223883 commit 1de7901

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

packages/playground/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,12 @@
22
# of the playground.
33
# It needs to be run in the context of the repository root, instead of the
44
# current directory
5-
FROM eclipse-temurin:17.0.14_7-jdk-jammy as build
5+
FROM eclipse-temurin:17.0.15_6-jdk-jammy as build
66
COPY . /prettier-plugin-apex
77
WORKDIR /prettier-plugin-apex/packages/apex-ast-serializer
88
RUN ./gradlew clean :server:installDist
99

10-
FROM eclipse-temurin:17.0.14_7-jre-jammy
10+
FROM eclipse-temurin:17.0.15_6-jre-jammy
1111
COPY --from=build /prettier-plugin-apex/packages/prettier-plugin-apex/vendor /opt
1212
RUN echo /opt/apex-ast-serializer/bin/apex-ast-serializer-http -c '$CORS_HOST' -h 0.0.0.0 -p '$PORT' > /opt/apex-ast-serializer.sh
1313
RUN chmod +x /opt/apex-ast-serializer.sh

0 commit comments

Comments
 (0)