Skip to content

Commit 6ad62cf

Browse files
der-eismannvladak
authored andcommitted
Use Ubuntu Jammy (22.04) as base for Docker image
1 parent 0531b6a commit 6ad62cf

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Copyright (c) 2018, 2021 Oracle and/or its affiliates. All rights reserved.
22
# Portions Copyright (c) 2020, Chris Fraire <cfraire@me.com>.
33

4-
FROM ubuntu:bionic as build
4+
FROM ubuntu:jammy as build
55

66
# hadolint ignore=DL3008
77
RUN apt-get update && apt-get install --no-install-recommends -y maven python3 python3-venv && \
@@ -50,7 +50,7 @@ SHELL ["/bin/bash", "-o", "pipefail", "-c"]
5050
# hadolint ignore=DL3059
5151
RUN curl -sS https://package.perforce.com/perforce.pubkey | gpg --dearmor > /etc/apt/trusted.gpg.d/perforce.gpg
5252
# hadolint ignore=DL3059
53-
RUN echo 'deb https://package.perforce.com/apt/ubuntu focal release' > /etc/apt/sources.list.d/perforce.list
53+
RUN echo 'deb https://package.perforce.com/apt/ubuntu jammy release' > /etc/apt/sources.list.d/perforce.list
5454

5555
# install dependencies and Python tools
5656
# hadolint ignore=DL3008,DL3009

0 commit comments

Comments
 (0)