Skip to content

Commit

Permalink
chore(deps): update eclipse-temurin docker tag (#1828)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Jan 31, 2025
1 parent b8743d0 commit f532e3a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/playground/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,12 @@
# of the playground.
# It needs to be run in the context of the repository root, instead of the
# current directory
FROM eclipse-temurin:17.0.13_11-jdk-jammy as build
FROM eclipse-temurin:17.0.14_7-jdk-jammy as build
COPY . /prettier-plugin-apex
WORKDIR /prettier-plugin-apex/packages/apex-ast-serializer
RUN ./gradlew clean :server:installDist

FROM eclipse-temurin:17.0.13_11-jre-jammy
FROM eclipse-temurin:17.0.14_7-jre-jammy
COPY --from=build /prettier-plugin-apex/packages/prettier-plugin-apex/vendor /opt
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
RUN chmod +x /opt/apex-ast-serializer.sh
Expand Down

0 comments on commit f532e3a

Please sign in to comment.