Skip to content

Commit 4237262

Browse files
authored
Merge pull request #15 from camptocamp/update_ubuntu
Update ubuntu base image to 18.04
2 parents d9757ae + 91b596f commit 4237262

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

builder/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM ubuntu:17.10
1+
FROM ubuntu:18.04
22
MAINTAINER Camptocamp<[email protected]>
33

44
RUN apt-get -y update && \

server/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM ubuntu:17.10
1+
FROM ubuntu:18.04
22
LABEL maintainer="[email protected]"
33

44
# let's copy a few of the settings from /etc/init.d/apache2

0 commit comments

Comments
 (0)