Skip to content
This repository was archived by the owner on Mar 28, 2024. It is now read-only.
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

# Build stage: Build docs
# ===
FROM ubuntu:focal AS build-docs
FROM ubuntu:jammy AS build-docs

WORKDIR /srv
ADD . .
Expand All @@ -13,7 +13,7 @@ RUN /srv/build.sh

# Build the production image
# ===
FROM ubuntu:focal
FROM ubuntu:jammy

# Set up environment
ENV LANG C.UTF-8
Expand Down