Skip to content

Commit 8a2b39e

Browse files
committed
Trying Ubuntu 20.04 for Docker
- probably a lot of other things will break, let's see
1 parent c7dfb75 commit 8a2b39e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ WORKDIR build
1111
RUN sed -i s:/static/:/static_backend/:g index.html
1212

1313
# Stage 2 - Setup server
14-
FROM ubuntu:18.04
14+
FROM ubuntu:20.04
1515

1616
RUN apt-get update
1717

0 commit comments

Comments
 (0)