Skip to content

Commit

Permalink
Upgrade to Debian Bookworm
Browse files Browse the repository at this point in the history
Debian Bookworm is the new stable release. It was released on
February 10th, 2024.

https://www.debian.org/releases/bookworm/
  • Loading branch information
oliverklee authored and palkan committed Mar 8, 2024
1 parent 77724ed commit 4b92c7a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion example/.dockerdev/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# syntax=docker/dockerfile:1

ARG RUBY_VERSION
ARG DISTRO_NAME=bullseye
ARG DISTRO_NAME=bookworm

FROM ruby:$RUBY_VERSION-slim-$DISTRO_NAME

Expand Down
2 changes: 1 addition & 1 deletion template/Dockerfile.tt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# syntax=docker/dockerfile:1

ARG RUBY_VERSION
ARG DISTRO_NAME=bullseye
ARG DISTRO_NAME=bookworm

FROM ruby:$RUBY_VERSION-slim-$DISTRO_NAME

Expand Down

0 comments on commit 4b92c7a

Please sign in to comment.