Skip to content

Commit

Permalink
security(docker): update python version
Browse files Browse the repository at this point in the history
  • Loading branch information
asgard-r committed Jan 29, 2020
1 parent baf1034 commit 1afd1db
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile.slim
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.14-alpine3.7
FROM python:2.7.17-alpine3.11
MAINTAINER [email protected]

COPY --from=compile /compiled_sources/spinnaker-monitoring /opt/spinnaker-monitoring/bin
Expand Down

0 comments on commit 1afd1db

Please sign in to comment.