Skip to content

Commit

Permalink
Upgrade to Alpine 3.14
Browse files Browse the repository at this point in the history
  • Loading branch information
devplayer0 committed Jul 15, 2021
1 parent 8816992 commit 70068d5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM golang:1.16-alpine3.13 AS builder
FROM golang:1.16-alpine3.14 AS builder

WORKDIR /usr/local/src/docker-net-dhcp
COPY go.* ./
Expand All @@ -9,7 +9,7 @@ COPY pkg/ ./pkg/
RUN mkdir bin/ && go build -o bin/ ./cmd/...


FROM alpine:3.13
FROM alpine:3.14

RUN mkdir -p /run/docker/plugins

Expand Down

0 comments on commit 70068d5

Please sign in to comment.