We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 63a1772 commit 26240d8Copy full SHA for 26240d8
Dockerfile
@@ -1,16 +1,16 @@
1
#use latest armv7hf compatible raspbian OS version from group resin.io as base image
2
-FROM balenalib/armv7hf-debian:jessie
+FROM balenalib/armv7hf-debian:stretch
3
4
#enable building ARM container on x86 machinery on the web (comment out next line if built on Raspberry)
5
RUN [ "cross-build-start" ]
6
7
#labeling
8
LABEL maintainer="[email protected]" \
9
- version="V0.9.3" \
+ version="V0.9.4" \
10
description="Debian(jessie) with netX real-time ethernet programming examples"
11
12
#version
13
-ENV HILSCHERNETPI_NETX_PROGRAMMING_EXAMPLES_VERSION 0.9.3
+ENV HILSCHERNETPI_NETX_PROGRAMMING_EXAMPLES_VERSION 0.9.4
14
15
#install ssh, gcc, create user "pi" and make him sudo
16
RUN apt-get update \
0 commit comments