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

Commit

Permalink
Merge pull request #224 from GiganticMinecraft/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
Lucky authored Apr 28, 2024
2 parents a54499a + 31b5fb0 commit 8e911e3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# syntax=docker/dockerfile:1.7
### Prepare for Runner ###
# chrono::LocalDate requires TimeZone file
FROM ubuntu:22.04 AS prepare-runner
FROM ubuntu:24.04 AS prepare-runner
RUN apt-get update \
&& apt-get install -y --no-install-recommends tzdata \
&& apt-get -y clean \
Expand Down

0 comments on commit 8e911e3

Please sign in to comment.