Browse Source

Merge pull request #442 from bharat555/patch-1

Use same rpi-raspbian:stretch image for proxy
master
Kristian Haugene 6 years ago
parent
commit
7e6df425ee
No account linked to committer's email address
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      proxy/Dockerfile.armhf

+ 1
- 1
proxy/Dockerfile.armhf View File

@@ -1,4 +1,4 @@
FROM resin/rpi-raspbian:jessie
FROM resin/rpi-raspbian:stretch

RUN apt-get update \
&& apt-get install -y \

Loading…
Cancel
Save