Skip to content

Commit

Permalink
Upgrade base image to debian bookworm.
Browse files Browse the repository at this point in the history
  • Loading branch information
gizmoguy committed May 25, 2023
1 parent cf1642e commit 7cddd89
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 @@ -8,7 +8,7 @@
# This host is built on top of ubuntu which is the same as the base-test image so should be most stable.
#

FROM ubuntu:22.04
FROM debian:bookworm

RUN apt-get update \
&& apt-get upgrade -y \
Expand Down

0 comments on commit 7cddd89

Please sign in to comment.