Skip to content

Commit

Permalink
Docker: switch to Debian Bullseye to match production
Browse files Browse the repository at this point in the history
  • Loading branch information
ryanfb committed Dec 4, 2024
1 parent 185adfa commit 8d689e0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM ubuntu:noble
FROM debian:bullseye
LABEL org.opencontainers.image.authors="Ryan Baumann <[email protected]>"

# Install the Ubuntu packages.
Expand All @@ -12,7 +12,7 @@ RUN apt-get update && \
openjdk-11-jre

# Set the locale.
RUN locale-gen en_US.UTF-8
RUN sed -i -e 's/# en_US.UTF-8 UTF-8/en_US.UTF-8 UTF-8/' /etc/locale.gen && locale-gen
ENV LANG en_US.UTF-8
ENV LANGUAGE en_US:en
ENV LC_ALL en_US.UTF-8
Expand Down

0 comments on commit 8d689e0

Please sign in to comment.