Skip to content

Commit

Permalink
bumped ubuntu to 22.04 (LTS) (#354)
Browse files Browse the repository at this point in the history
* bumped ubuntu to 22.04 (LTS)

Signed-off-by: kim-codefresh <[email protected]>
  • Loading branch information
ATGardner authored and kim-codefresh committed Jan 10, 2023
1 parent 5efec12 commit de8bdce
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
ARG BASE_IMAGE=docker.io/library/ubuntu:21.10
ARG BASE_IMAGE=docker.io/library/ubuntu:22.04

### Base
FROM $BASE_IMAGE as base
Expand All @@ -12,8 +12,7 @@ RUN groupadd -g 999 autopilot && \
mkdir -p /home/autopilot && \
chown autopilot:0 /home/autopilot && \
chmod g=u /home/autopilot && \
apt-get update && \
apt-get dist-upgrade -y && \
apt-get update -y && \
apt-get install -y git git-lfs tini gpg tzdata && \
apt-get clean && \
rm -rf /var/lib/apt/lists/* /tmp/* /var/tmp/*
Expand Down

0 comments on commit de8bdce

Please sign in to comment.