Skip to content

Commit 7413c6f

Browse files
author
Bryan Latten
committed
Dockerfile: using 2.4 class
Ubuntu - no notable changes Lentos - no notable changes
1 parent b0e9e45 commit 7413c6f

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM behance/docker-base:2.3-ubuntu-18.04
1+
FROM behance/docker-base:2.4-ubuntu-18.04
22
MAINTAINER Bryan Latten <[email protected]>
33

44
ENV CONTAINER_ROLE=web \

Dockerfile-alpine

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM behance/docker-base:2.3-alpine
1+
FROM behance/docker-base:2.4-alpine
22
MAINTAINER Bryan Latten <[email protected]>
33

44
# Use in multi-phase builds, when an init process requests for the container to gracefully exit, so that it may be committed

Dockerfile-centos

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM behance/docker-base:2.3-centos
1+
FROM behance/docker-base:2.4-centos
22
MAINTAINER Bryan Latten <[email protected]>
33

44
ENV CONTAINER_ROLE=web \
@@ -26,9 +26,9 @@ COPY ./container/root /
2626
# - Update nginx.conf user
2727
# - Some operations can be completely removed once this ticket is resolved:
2828
# - https://trac.nginx.org/nginx/ticket/1243
29-
# - Remove older WOFF mime-type
30-
# - Add again with newer mime-type
31-
# - Also add mime-type for WOFF2
29+
# - Remove older WOFF mime-type
30+
# - Add again with newer mime-type
31+
# - Also add mime-type for WOFF2
3232
RUN sed -i "s/listen [0-9]*;/listen ${CONTAINER_PORT};/" $CONF_NGINX_SITE && \
3333
mkdir /tmp/.nginx && \
3434
sed -i "s/^user .*$/user ${NOT_ROOT_USER};/" ${CONF_NGINX_SERVER} && \

0 commit comments

Comments
 (0)