We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2223883 commit 1de7901Copy full SHA for 1de7901
packages/playground/Dockerfile
@@ -2,12 +2,12 @@
2
# of the playground.
3
# It needs to be run in the context of the repository root, instead of the
4
# current directory
5
-FROM eclipse-temurin:17.0.14_7-jdk-jammy as build
+FROM eclipse-temurin:17.0.15_6-jdk-jammy as build
6
COPY . /prettier-plugin-apex
7
WORKDIR /prettier-plugin-apex/packages/apex-ast-serializer
8
RUN ./gradlew clean :server:installDist
9
10
-FROM eclipse-temurin:17.0.14_7-jre-jammy
+FROM eclipse-temurin:17.0.15_6-jre-jammy
11
COPY --from=build /prettier-plugin-apex/packages/prettier-plugin-apex/vendor /opt
12
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
13
RUN chmod +x /opt/apex-ast-serializer.sh
0 commit comments