Skip to content

Commit 471713a

Browse files
committed
Switch to LTS version of Ubuntu
'dazzle build' fails using 20.10 as the base on 'apt-get update'
1 parent ef3e05b commit 471713a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

example/base/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM ubuntu:20.10
1+
FROM ubuntu:20.04
22

33
COPY readme.md /
44
RUN apt-get update && apt-get install -y curl tar bash && rm -rf /var/lib/apt/lists/*

0 commit comments

Comments
 (0)