Skip to content

Commit

Permalink
Release v0.3.6
Browse files Browse the repository at this point in the history
  • Loading branch information
robbertkl committed May 27, 2019
1 parent 6a4bffd commit 914c20d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Dockerfile.aarch64
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ COPY qemu-aarch64-static /usr/bin/

RUN ["qemu-aarch64-static", "-0", "/bin/sh", "/bin/sh", "-c", "apk add --no-cache ip6tables"]

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

Expand Down
2 changes: 1 addition & 1 deletion Dockerfile.amd64
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ MAINTAINER Robbert Klarenbeek <[email protected]>

RUN apk add --no-cache ip6tables

ENV DOCKER_IPV6NAT_VERSION v0.3.5
ENV DOCKER_IPV6NAT_VERSION v0.3.6
ADD https://github.com/robbertkl/docker-ipv6nat/releases/download/${DOCKER_IPV6NAT_VERSION}/docker-ipv6nat.amd64 /docker-ipv6nat
RUN chmod u+x /docker-ipv6nat

Expand Down
2 changes: 1 addition & 1 deletion Dockerfile.armhf
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ COPY qemu-armhf-static /usr/bin/

RUN ["qemu-armhf-static", "-0", "/bin/sh", "/bin/sh", "-c", "apk add --no-cache ip6tables"]

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

Expand Down

0 comments on commit 914c20d

Please sign in to comment.