Skip to content

Commit

Permalink
Merge pull request #5 from linuxserver/alpine-3.10-rebase
Browse files Browse the repository at this point in the history
bump alpine base container version
  • Loading branch information
j0nnymoe authored Nov 4, 2019
2 parents a2dd13b + 60ab03e commit e2b4c29
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM lsiobase/alpine.nginx:3.9
FROM lsiobase/nginx:3.10

# set version label
ARG BUILD_DATE
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile.aarch64
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM lsiobase/nginx:arm64v8-3.9
FROM lsiobase/nginx:arm64v8-3.10

# set version label
ARG BUILD_DATE
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile.armhf
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM lsiobase/nginx:arm32v7-3.9
FROM lsiobase/nginx:arm32v7-3.10

# set version label
ARG BUILD_DATE
Expand Down

0 comments on commit e2b4c29

Please sign in to comment.