Skip to content

Commit 70ffea1

Browse files
ssmiller25Steve Miller
andauthored
Update final container to alpine 3.11.6 (#7)
Co-authored-by: Steve Miller <smiller@plex.com>
1 parent 27ed03a commit 70ffea1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ COPY . .
99

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

12-
FROM alpine:3.11.2
12+
FROM alpine:3.11.6
1313
ENV OPERATOR=/usr/local/bin/sandbox-operator \
1414
USER_UID=1001 \
1515
USER_NAME=sandbox-operator

0 commit comments

Comments
 (0)