Skip to content

Commit

Permalink
build(deps): bump azul/zulu-openjdk-alpine in /scheduler
Browse files Browse the repository at this point in the history
Bumps azul/zulu-openjdk-alpine from 17.0.2-17.32.13 to 21.0.1-21.30.15.

---
updated-dependencies:
- dependency-name: azul/zulu-openjdk-alpine
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Feb 5, 2024
1 parent 19798a3 commit f001a33
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scheduler/Dockerfile.dataflow
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM azul/zulu-openjdk-alpine:17.0.2-17.32.13 AS builder
FROM azul/zulu-openjdk-alpine:21.0.1-21.30.15 AS builder

COPY --from=gradle:7.4.2-jdk17 /opt/gradle /opt/gradle
RUN ln -s /opt/gradle/bin/gradle /usr/bin/gradle
Expand Down

0 comments on commit f001a33

Please sign in to comment.