Skip to content

Commit

Permalink
update vpc-nat-gateway base
Browse files Browse the repository at this point in the history
  • Loading branch information
oilbeater committed Aug 12, 2022
1 parent 4cce787 commit 4680e63
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions dist/images/vpcnatgateway/Dockerfile
@@ -1,9 +1,6 @@
FROM alpine:3.15
FROM alpine:edge

RUN set -ex \
&& echo "http://nl.alpinelinux.org/alpine/edge/main" >> /etc/apk/repositories \
&& echo "http://nl.alpinelinux.org/alpine/edge/testing" >> /etc/apk/repositories \
&& echo "http://nl.alpinelinux.org/alpine/edge/community" >> /etc/apk/repositories \
&& apk update \
&& apk upgrade \
&& apk add --no-cache \
Expand Down

0 comments on commit 4680e63

Please sign in to comment.