Skip to content

Commit

Permalink
[main] update Dockerfiles from Ubuntu 18.04 to Ubuntu 22.04
Browse files Browse the repository at this point in the history
  • Loading branch information
maltehelmert committed Dec 15, 2022
1 parent fd7c5be commit 5805e3d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions misc/releases/templates/_Dockerfile.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
###############################################################################
# A first image to build the planner
###############################################################################
FROM ubuntu:18.04 AS builder
FROM ubuntu:22.04 AS builder

RUN apt-get update && apt-get install --no-install-recommends -y \
ca-certificates \
Expand Down Expand Up @@ -63,7 +63,7 @@ RUN git clone --depth 1 --branch TAG https://github.com/aibasel/downward.git . &
###############################################################################
# The final image to run the planner
###############################################################################
FROM ubuntu:18.04 AS runner
FROM ubuntu:22.04 AS runner

RUN apt-get update && apt-get install --no-install-recommends -y \
python3 \
Expand Down

0 comments on commit 5805e3d

Please sign in to comment.