Skip to content

Commit

Permalink
Updated Ubuntu version (#85)
Browse files Browse the repository at this point in the history
ubuntu:impish-20211102 is no longer available, updated to ubuntu:latest to make it more robust in the future
  • Loading branch information
stepgrif authored Nov 22, 2022
1 parent c599d81 commit adbdb06
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 docker.io/ubuntu:impish-20211102
FROM docker.io/ubuntu:latest
ENV DEBIAN_FRONTEND=noninteractive

RUN apt-get update && apt-get install -yqq \
Expand Down

0 comments on commit adbdb06

Please sign in to comment.