Skip to content

Commit

Permalink
update ubuntu
Browse files Browse the repository at this point in the history
  • Loading branch information
ilia-nikiforov-umn committed Mar 13, 2024
1 parent 56caa1a commit 664c118
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docker/config/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ ARG IMAGE_INSTALL
FROM ${IMAGE_INSTALL} AS install

# Import all sys-level libs/utils
FROM ubuntu:20.04
FROM ubuntu:22.04

# Grab only system directories from 'install' image
COPY --from=install /usr /usr
Expand Down
2 changes: 1 addition & 1 deletion docker/git/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
#
# This software may be distributed as-is, without modification.
#
FROM ubuntu:20.04
FROM ubuntu:22.04

ARG PACKAGE_DIR=/pipeline/packages/
RUN mkdir -p ${PACKAGE_DIR}
Expand Down
2 changes: 1 addition & 1 deletion docker/sys/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
#
# This software may be distributed as-is, without modification.
#
FROM ubuntu:20.04
FROM ubuntu:22.04

# This is the common base layer used for all user-facing kim environments,
# and includes all of the apt-get installs
Expand Down

0 comments on commit 664c118

Please sign in to comment.