Skip to content

Commit

Permalink
Merge 473fdc4 into 54e328b
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Apr 9, 2021
2 parents 54e328b + 473fdc4 commit 52a8137
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ RUN CGO_ENABLED=0 GOOS=linux GOARCH=amd64 \
go build -a -ldflags "-s -w -X github.com/target/flottbot/version.Version=${VERSION} -X github.com/target/flottbot/version.GitHash=${GIT_HASH}" \
-o flottbot ./cmd/flottbot

FROM alpine:3.11
FROM alpine:3.13
ENV USERNAME=flottbot
ENV GROUP=flottbot
ENV UID=900
Expand Down

0 comments on commit 52a8137

Please sign in to comment.