Skip to content

Commit

Permalink
Using go 1.17 and latest os bases
Browse files Browse the repository at this point in the history
  • Loading branch information
satishweb committed Sep 24, 2021
1 parent 2d76a80 commit 182474d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions Dockerfile.alpine
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Author: Satish Gaikwad <[email protected]>
FROM golang:1.13-alpine AS doh-build
FROM golang:1.17-alpine AS doh-build
LABEL MAINTAINER [email protected]

RUN apk add --no-cache git make jq curl
Expand All @@ -18,7 +18,7 @@ RUN set -x ;\
&& cp doh-server/doh-server /dist/doh-server \
&& echo ${DOH_VERSION_LATEST} > /dist/doh-server.version

FROM alpine:3.9
FROM alpine:3
LABEL MAINTAINER [email protected]

COPY --from=doh-build /dist /server
Expand Down
4 changes: 2 additions & 2 deletions Dockerfile.ubuntu
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Author: Satish Gaikwad <[email protected]>
FROM golang:1.13-buster AS doh-build
FROM golang:1.17-buster AS doh-build
LABEL MAINTAINER [email protected]

ENV DEBIAN_FRONTEND noninteractive
Expand All @@ -26,7 +26,7 @@ RUN set -x ;\
&& cp doh-server/doh-server /dist/doh-server \
&& echo ${DOH_VERSION_LATEST} > /dist/doh-server.version

FROM ubuntu:20.04
FROM ubuntu
LABEL MAINTAINER [email protected]

ENV DEBIAN_FRONTEND noninteractive
Expand Down

0 comments on commit 182474d

Please sign in to comment.