Skip to content

Commit

Permalink
upgrade to python 3.7.10 by bumping alpine to 3.10
Browse files Browse the repository at this point in the history
  • Loading branch information
nllong committed Dec 5, 2022
1 parent dbe71fe commit 6938a23
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 6938a23

Please sign in to comment.