Skip to content

Commit

Permalink
Update final container to alpine 3.11.6 (#7)
Browse files Browse the repository at this point in the history
Co-authored-by: Steve Miller <smiller@plex.com>
  • Loading branch information
ssmiller25 and Steve Miller authored Aug 31, 2020
1 parent 27ed03a commit 70ffea1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ COPY . .

RUN GOOS=linux GOARCH=amd64 go build -o sandbox-operator main.go

FROM alpine:3.11.2
FROM alpine:3.11.6
ENV OPERATOR=/usr/local/bin/sandbox-operator \
USER_UID=1001 \
USER_NAME=sandbox-operator
Expand Down

0 comments on commit 70ffea1

Please sign in to comment.