Skip to content

Commit

Permalink
chore(deps): update docker.io/ubuntu docker tag to v24
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Dec 30, 2023
1 parent 1078cb9 commit 3c46419
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Containerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
####################
# Build Image #
####################
FROM docker.io/ubuntu:22.04 AS builder
FROM docker.io/ubuntu:24.04 AS builder
# Select branch of BeamMP to build, default is latest stable
ARG BUILD_BRANCH

Expand Down Expand Up @@ -45,7 +45,7 @@ RUN strip bin/BeamMP-Server
####################
# Run Image #
####################
FROM docker.io/ubuntu:22.04
FROM docker.io/ubuntu:24.04
LABEL maintainer="Rouven Himmelstein [email protected]"

## Game server parameter and their defaults
Expand Down

0 comments on commit 3c46419

Please sign in to comment.