Skip to content

Commit

Permalink
chore: upgrade base image to ubuntu:20.04
Browse files Browse the repository at this point in the history
Signed-off-by: douhunt <douhunt@protonmail.com>
  • Loading branch information
douhunt committed Jun 1, 2022
1 parent 61f48d5 commit b9b48b2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 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
####################################################################################################
# Builder image
# Initial stage which pulls prepares build dependencies and CLI tooling we need for our final image
Expand Down Expand Up @@ -127,4 +127,4 @@ RUN ln -s /usr/local/bin/argocd /usr/local/bin/argocd-server && \
ln -s /usr/local/bin/argocd /usr/local/bin/argocd-applicationset-controller && \
ln -s /usr/local/bin/argocd /usr/local/bin/argocd-k8s-auth

USER 999
USER 999

0 comments on commit b9b48b2

Please sign in to comment.