Skip to content

Commit

Permalink
Update Alpine version to 3.8 googleforgames#355
Browse files Browse the repository at this point in the history
  • Loading branch information
fooock committed Sep 23, 2018
1 parent 43d7abd commit f8d0939
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion cmd/controller/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM alpine:3.7
FROM alpine:3.8

RUN apk --update add ca-certificates && \
adduser -D agones
Expand Down
2 changes: 1 addition & 1 deletion cmd/sdk-server/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM alpine:3.7
FROM alpine:3.8

RUN apk --update add ca-certificates && \
adduser -D agones
Expand Down
2 changes: 1 addition & 1 deletion examples/simple-udp/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ COPY . /go/src/agones.dev/agones
RUN CGO_ENABLED=0 GOOS=linux go build -a -installsuffix cgo -o server .

# final image
FROM alpine:3.7
FROM alpine:3.8

RUN adduser -D server
COPY --from=builder /go/src/simple-udp/server /home/server/server
Expand Down

0 comments on commit f8d0939

Please sign in to comment.