Skip to content

Commit

Permalink
Merge pull request #137 from satyamz/ubuntu-upgrade
Browse files Browse the repository at this point in the history
Update ubuntu to 22.04 from 20.04
  • Loading branch information
jacekn committed Jan 24, 2024
2 parents d08c3db + 053b718 commit 07504b9
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,7 +1,7 @@
# Based on Preview 7
# https://soroban.stellar.org/docs/reference/releases

FROM ubuntu:20.04
FROM ubuntu:22.04

RUN apt update && apt install -y curl

Expand Down

0 comments on commit 07504b9

Please sign in to comment.