Skip to content

Commit ed30df4

Browse files
committed
Release v0.3.8
1 parent 23c08e9 commit ed30df4

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

Dockerfile.aarch64

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ COPY qemu-aarch64-static /usr/bin/
66

77
RUN ["qemu-aarch64-static", "-0", "/bin/sh", "/bin/sh", "-c", "apk add --no-cache --repository=http://dl-cdn.alpinelinux.org/alpine/edge/main ip6tables"]
88

9-
ENV DOCKER_IPV6NAT_VERSION v0.3.7
9+
ENV DOCKER_IPV6NAT_VERSION v0.3.8
1010
ADD https://github.com/robbertkl/docker-ipv6nat/releases/download/${DOCKER_IPV6NAT_VERSION}/docker-ipv6nat.aarch64 /docker-ipv6nat
1111
RUN ["qemu-aarch64-static", "-0", "/bin/sh", "/bin/sh", "-c", "chmod u+x /docker-ipv6nat"]
1212

Dockerfile.amd64

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ MAINTAINER Robbert Klarenbeek <[email protected]>
33

44
RUN apk add --no-cache --repository=http://dl-cdn.alpinelinux.org/alpine/edge/main ip6tables
55

6-
ENV DOCKER_IPV6NAT_VERSION v0.3.7
6+
ENV DOCKER_IPV6NAT_VERSION v0.3.8
77
ADD https://github.com/robbertkl/docker-ipv6nat/releases/download/${DOCKER_IPV6NAT_VERSION}/docker-ipv6nat.amd64 /docker-ipv6nat
88
RUN chmod u+x /docker-ipv6nat
99

Dockerfile.armhf

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ COPY qemu-armhf-static /usr/bin/
66

77
RUN ["qemu-armhf-static", "-0", "/bin/sh", "/bin/sh", "-c", "apk add --no-cache --repository=http://dl-cdn.alpinelinux.org/alpine/edge/main ip6tables"]
88

9-
ENV DOCKER_IPV6NAT_VERSION v0.3.7
9+
ENV DOCKER_IPV6NAT_VERSION v0.3.8
1010
ADD https://github.com/robbertkl/docker-ipv6nat/releases/download/${DOCKER_IPV6NAT_VERSION}/docker-ipv6nat.armhf /docker-ipv6nat
1111
RUN ["qemu-armhf-static", "-0", "/bin/sh", "/bin/sh", "-c", "chmod u+x /docker-ipv6nat"]
1212

0 commit comments

Comments
 (0)