Skip to content

Commit 26240d8

Browse files
switched to debian stretch
1 parent 63a1772 commit 26240d8

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Dockerfile

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,16 @@
11
#use latest armv7hf compatible raspbian OS version from group resin.io as base image
2-
FROM balenalib/armv7hf-debian:jessie
2+
FROM balenalib/armv7hf-debian:stretch
33

44
#enable building ARM container on x86 machinery on the web (comment out next line if built on Raspberry)
55
RUN [ "cross-build-start" ]
66

77
#labeling
88
LABEL maintainer="[email protected]" \
9-
version="V0.9.3" \
9+
version="V0.9.4" \
1010
description="Debian(jessie) with netX real-time ethernet programming examples"
1111

1212
#version
13-
ENV HILSCHERNETPI_NETX_PROGRAMMING_EXAMPLES_VERSION 0.9.3
13+
ENV HILSCHERNETPI_NETX_PROGRAMMING_EXAMPLES_VERSION 0.9.4
1414

1515
#install ssh, gcc, create user "pi" and make him sudo
1616
RUN apt-get update \

0 commit comments

Comments
 (0)