Skip to content

Commit

Permalink
15: Update debian to bookworm
Browse files Browse the repository at this point in the history
  • Loading branch information
janisozaur committed May 9, 2024
1 parent 7238829 commit cecfe56
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion 15/bullseye/Dockerfile → 15/bookworm/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Supplementart image that can build OpenRCT2 for Linux (amd64).
# Provides building with cmake+ninja using either gcc or clang.
FROM debian:bullseye
FROM debian:bookworm
RUN apt-get update && \
apt-get -y upgrade && \
DEBIAN_FRONTEND=noninteractive apt-get install --no-install-recommends -y \
Expand Down

0 comments on commit cecfe56

Please sign in to comment.