Skip to content

Commit

Permalink
feat: bump ubuntu version
Browse files Browse the repository at this point in the history
  • Loading branch information
major0 committed May 1, 2024
1 parent 1fc15df commit e81e682
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM ubuntu:20.04@sha256:8ae9bafbb64f63a50caab98fd3a5e37b3eb837a3e0780b78e5218e63193961f9
FROM ubuntu:22.04

ARG VERSION=latest

Expand All @@ -12,6 +12,7 @@ RUN set -e \
curl \
git \
jq \
sudo \
wget \
unzip \
&& rm -rf /var/lib/apt/lists/*
Expand Down

0 comments on commit e81e682

Please sign in to comment.