Skip to content

Commit

Permalink
Merge pull request #7 from pinax-network/fix/update_docker_iamge
Browse files Browse the repository at this point in the history
update Dockerfile to use ubuntu 22.04
  • Loading branch information
fschoell authored Jun 19, 2024
2 parents 517ae63 + 0350d64 commit e939dd3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM ubuntu:20.04
FROM ubuntu:22.04

RUN DEBIAN_FRONTEND=noninteractive apt-get update && \
apt-get -y install -y \
Expand Down

0 comments on commit e939dd3

Please sign in to comment.