Skip to content

Commit

Permalink
chore(docker): Upgrade base image (#66)
Browse files Browse the repository at this point in the history
  • Loading branch information
wheleph authored and lwander committed Feb 8, 2018
1 parent 342ca2f commit eaaba69
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spinnaker-monitoring-daemon/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# This Dockerfile places the python server in /opt/spinnaker-monitoring/bin, and expects
# config to be mounted in /opt/spinnaker-monitoring/config, which includes the
# spinnaker-monitoring.yml file.
FROM python:2.7.13-alpine
FROM python:2.7.14-alpine3.7

COPY spinnaker-monitoring /opt/spinnaker-monitoring/bin

Expand Down

0 comments on commit eaaba69

Please sign in to comment.