Skip to content

Commit

Permalink
Merge pull request #175 from BuildingSync/upgrade-python-via-alpine
Browse files Browse the repository at this point in the history
Upgrade to Python 3.7.10 by bumping alpine to 3.10
  • Loading branch information
axelstudios committed Dec 5, 2022
2 parents 87de408 + 65e5472 commit 0c5c28e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# AUTHOR: Nicholas Long <nicholas.long@nrel.gov>
# DESCRIPTION: Dockerfile for running BuildingSync Data Selection Tool
# TO_BUILD_AND_RUN: docker-compose build && docker-compose up
FROM alpine:3.8
FROM alpine:3.10

RUN apk add --no-cache python3 \
python3-dev \
Expand Down

0 comments on commit 0c5c28e

Please sign in to comment.