Skip to content

Commit

Permalink
Update alpine Docker tag to v3.10
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed Nov 29, 2019
1 parent 2ccab2b commit 12009f7
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion 5.1/alpine3.6/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM alpine:3.6
FROM alpine:3.10

ENTRYPOINT ["lua"]

Expand Down
2 changes: 1 addition & 1 deletion 5.2/alpine3.6/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM alpine:3.6
FROM alpine:3.10

ENTRYPOINT ["lua"]

Expand Down
2 changes: 1 addition & 1 deletion 5.3/alpine3.6/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM alpine:3.6
FROM alpine:3.10

ENTRYPOINT ["lua"]

Expand Down

0 comments on commit 12009f7

Please sign in to comment.