Skip to content
This repository has been archived by the owner on Jul 20, 2024. It is now read-only.

Commit

Permalink
build(deps): bump ubuntu from 22.04 to 24.04 in /docker
Browse files Browse the repository at this point in the history
Bumps ubuntu from 22.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 and abdfnx committed May 2, 2024
1 parent 38cb662 commit 2f9e10f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/ubuntu.dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
FROM botwayorg/botway-cli:core AS core
FROM ubuntu:22.04
FROM ubuntu:24.04

ENV BOTWAY_DIR /botway-dir/

Expand Down

0 comments on commit 2f9e10f

Please sign in to comment.