Skip to content

Commit

Permalink
Merge pull request #97 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
rito528 authored Jun 26, 2024
2 parents 340ce21 + c24e856 commit 3e67e04
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
Expand Up @@ -16,7 +16,7 @@ RUN cargo chef cook --release --recipe-path recipe.json
COPY --link . .
RUN cargo build --release

FROM ubuntu:22.04
FROM ubuntu:24.04
LABEL org.opencontainers.image.source=https://github.com/GiganticMinecraft/gachadata-server
RUN apt-get update -y && apt-get install -y mysql-client
COPY --from=build-env --link /app/target/release/gachadata-server /
Expand Down

0 comments on commit 3e67e04

Please sign in to comment.