Skip to content

Commit

Permalink
chore(deps): bump eclipse-temurin in /build/full
Browse files Browse the repository at this point in the history
Bumps eclipse-temurin from 11.0.20.1_1-jdk-jammy to 20.0.2_9-jdk-jammy.

---
updated-dependencies:
- dependency-name: eclipse-temurin
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Oct 18, 2023
1 parent d93e99a commit 17b6033
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build/full/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ RUN go mod download
COPY ./ ./
RUN make build

FROM eclipse-temurin:11.0.20.1_1-jdk-jammy@sha256:1584fd589b45a67b6f56b0c702776ca3d5640d1001f7848f5bcd19cb10545eaa
FROM eclipse-temurin:20.0.2_9-jdk-jammy@sha256:7c2a5b09eb941a438fdb655ebc0d10a510e03c968ba6a29b915a2c1f587dc4c4
WORKDIR /app
ENV DEBIAN_FRONTEND=noninteractive
RUN apt-get update && \
Expand Down

0 comments on commit 17b6033

Please sign in to comment.