Skip to content

Commit

Permalink
Switch to alpine base for armv6 support
Browse files Browse the repository at this point in the history
Signed-off-by: Kyle Harding <[email protected]>
  • Loading branch information
klutchell committed May 1, 2024
1 parent 13d4420 commit 1718e89
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
# https://github.com/kelseyhightower/confd/blob/master/docs/installation.md
FROM golang:1.10.2 AS build
FROM golang:1.10.2-alpine AS build

# hadolint ignore=DL3018
RUN apk add --no-cache git bzip2 make

ARG CONFD_VERSION=v0.16.0
ARG CGO_ENABLED=0
Expand Down

0 comments on commit 1718e89

Please sign in to comment.