Skip to content

Commit

Permalink
Bump ubuntu from 18.04 to 24.04 in /example/trivial/ubuntu-x86_64
Browse files Browse the repository at this point in the history
Bumps ubuntu from 18.04 to 24.04.

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jun 27, 2024
1 parent 9879b53 commit 4736916
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion example/trivial/ubuntu-x86_64/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM ubuntu:18.04
FROM ubuntu:24.04

WORKDIR /app
ADD . /app
Expand Down
2 changes: 1 addition & 1 deletion example/trivial/ubuntu-x86_64/Dockerfile-nginx
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM ubuntu:18.04
FROM ubuntu:24.04

RUN set -x \
# Install package dependencies
Expand Down

0 comments on commit 4736916

Please sign in to comment.