Skip to content

Commit 05abad4

Browse files
author
Bryan Latten
committed
Merge pull request #15 from bryanlatten/feature-dist-upgrade
Dockerfile: remove committed (outdated) versions
2 parents 78c9220 + c02e7e8 commit 05abad4

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

Dockerfile

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,12 +7,13 @@ ENV SIGNAL_BUILD_STOP 99
77
# Used with alternative CMD (worker.sh), leverages supervisor to maintain long-running processes
88
ENV CONTAINER_ROLE=web
99

10-
# Install pre-reqs, security updates
10+
# IMPORTANT: update is *part* of the upgrade statement to ensure the latest on each build.
11+
# Installs pre-reqs, security updates
1112
RUN apt-get update && \
1213
apt-get upgrade -yq && \
1314
apt-get -yq install \
14-
openssl=1.0.1f-1ubuntu2.15 \
15-
ca-certificates=20141019ubuntu0.14.04.1 \
15+
openssl \
16+
ca-certificates \
1617
software-properties-common \
1718
supervisor \
1819
nano

0 commit comments

Comments
 (0)