Skip to content

Commit

Permalink
Merge pull request #64 from junkurihara/dependabot/docker/docker/ubun…
Browse files Browse the repository at this point in the history
…tu-24.04

chore(deps): bump ubuntu from 22.04 to 24.04 in /docker
  • Loading branch information
junkurihara authored Apr 30, 2024
2 parents f031d10 + 20d3e6f commit 317075e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM ubuntu:22.04 AS base
FROM ubuntu:24.04 AS base

SHELL ["/bin/sh", "-x", "-c"]
ENV SERIAL 2
Expand Down

0 comments on commit 317075e

Please sign in to comment.