Skip to content

Commit 2240fc2

Browse files
committed
ansible: fix ubuntu1804 docker image to _use_ 1804
1 parent f060da4 commit 2240fc2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ansible/roles/docker/templates/ubuntu1804_sharedlibs.Dockerfile.j2

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

33
ENV LC_ALL C
44
ENV USER {{ server_user }}

0 commit comments

Comments
 (0)