Skip to content

Commit 38c8e82

Browse files
committed
Release v0.3.4
1 parent 10a8784 commit 38c8e82

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 ip6tables"]
88

9-
ENV DOCKER_IPV6NAT_VERSION v0.3.3
9+
ENV DOCKER_IPV6NAT_VERSION v0.3.4
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 ip6tables
55

6-
ENV DOCKER_IPV6NAT_VERSION v0.3.3
6+
ENV DOCKER_IPV6NAT_VERSION v0.3.4
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 ip6tables"]
88

9-
ENV DOCKER_IPV6NAT_VERSION v0.3.3
9+
ENV DOCKER_IPV6NAT_VERSION v0.3.4
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)