Skip to content

Commit

Permalink
Upgrade to Alpine 3.7
Browse files Browse the repository at this point in the history
Closes #4
  • Loading branch information
markmandel committed Feb 4, 2018
1 parent e8fab58 commit 8f69444
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion examples/simple-udp/server/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
# See the License for the specific language governing permissions and
# limitations under the License.

FROM alpine:3.6
FROM alpine:3.7

COPY ./bin/server /home/server/server
RUN adduser -D server && \
Expand Down
2 changes: 1 addition & 1 deletion gameservers/controller/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM alpine:3.6
FROM alpine:3.7

COPY ./bin/controller /home/agon/controller
RUN apk --update add ca-certificates && \
Expand Down
2 changes: 1 addition & 1 deletion gameservers/sidecar/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM alpine:3.6
FROM alpine:3.7

COPY ./bin/sidecar.linux.amd64 /home/agon/sidecar
RUN apk --update add ca-certificates && \
Expand Down

0 comments on commit 8f69444

Please sign in to comment.