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.18_10-jdk-focal to 19.0.2_7-jdk-focal.

---
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 11, 2023
1 parent c5e8d70 commit b77d8c6
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.18_10-jdk-focal@sha256:509043cc38d37a5bd44720b471c38bef40fb34de67c03baaa67a5a9d8cda52a0
FROM eclipse-temurin:19.0.2_7-jdk-focal@sha256:6804cd56a346f7e899e872a06823634e55c32ac3eb2e157b06cffe743b0e1e72
WORKDIR /app
RUN apt-get update && \
apt-get install -y curl unzip ca-certificates jq wget gnupg2 bzip2 --no-install-recommends && \
Expand Down

0 comments on commit b77d8c6

Please sign in to comment.