Skip to content

Commit

Permalink
Bump ubuntu from 23.10 to 24.04
Browse files Browse the repository at this point in the history
Bumps ubuntu from 23.10 to 24.04.

---
updated-dependencies:
- dependency-name: ubuntu
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] committed Dec 4, 2023
1 parent 081c9bd commit 734f8d3
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,4 +1,4 @@
FROM ubuntu:23.10 AS pict-builder
FROM ubuntu:24.04 AS pict-builder

ARG VERSION=v3.7.4

Expand Down Expand Up @@ -29,7 +29,7 @@ WORKDIR /workspace
RUN /opt/maven/bin/mvn package -Pnative


FROM ubuntu:23.10
FROM ubuntu:24.04

COPY --from=pict-builder --chown=1001:root /pict/pict /usr/local/bin/pict
COPY --from=quarkus-builder --chown=1001:root /workspace/target/pict-1.0.0-SNAPSHOT-runner /usr/local/bin/app
Expand Down

0 comments on commit 734f8d3

Please sign in to comment.