Skip to content

Commit

Permalink
fixing build
Browse files Browse the repository at this point in the history
  • Loading branch information
MelonSmasher committed Apr 30, 2019
1 parent 93e43a8 commit 301c50f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
###
# Build image
###
FROM balenalib/raspberrypi3-alpine-python:3-3.9-build as build
FROM balenalib/raspberrypi3-alpine-python:3-3.8-build as build

ENV LIBRARY_PATH=/lib:/usr/lib
ENV ADAFRUIT_DHT_PY_VERSION=1.4.0
Expand All @@ -21,7 +21,7 @@ RUN apk add --no-cache build-base musl-utils python3 python3-dev py3-openssl &&
###
# Deployed image
###
FROM arm32v7/alpine:3.9
FROM arm32v7/alpine:3.8

ENV AM_I_IN_A_DOCKER_CONTAINER=Yes
ENV LIBRARY_PATH=/lib:/usr/lib
Expand Down

0 comments on commit 301c50f

Please sign in to comment.