Skip to content

Commit

Permalink
Merge pull request #17 from vshn/renovate/ubuntu-24.x
Browse files Browse the repository at this point in the history
chore(deps): update ubuntu docker tag to v24
  • Loading branch information
davidgubler authored Jul 18, 2024
2 parents 522b6a0 + b62f273 commit 0c7ba2e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Builder image
FROM ubuntu:22.04 AS base
FROM ubuntu:24.04 AS base

ARG CI_COMMIT_REF_NAME=Unreleased
ARG CI_COMMIT_SHA=#
Expand Down Expand Up @@ -32,7 +32,7 @@ RUN sbt test
RUN sbt stage

# Runtime image
FROM ubuntu:22.04 AS runtime
FROM ubuntu:24.04 AS runtime
RUN apt-get update > /dev/null && apt-get --no-install-recommends install openjdk-17-jdk -y > /dev/null && rm -rf /var/lib/apt/lists/*
COPY --from=build /src/target/universal/stage/ /opt/

Expand Down

0 comments on commit 0c7ba2e

Please sign in to comment.