Skip to content

Commit

Permalink
Merge pull request #88 from zabbix/master
Browse files Browse the repository at this point in the history
Replace Alpine 3.5 to 3.4 version
  • Loading branch information
dotneft committed Mar 11, 2017
2 parents 3b514b2 + be21e83 commit 60a1149
Show file tree
Hide file tree
Showing 10 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion agent/alpine/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM alpine:latest
FROM alpine:3.4
MAINTAINER Alexey Pustovalov <alexey.pustovalov@zabbix.com>

ARG APK_FLAGS_COMMON="-q"
Expand Down
2 changes: 1 addition & 1 deletion java-gateway/alpine/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM alpine:latest
FROM alpine:3.4
MAINTAINER Alexey Pustovalov <alexey.pustovalov@zabbix.com>

ARG APK_FLAGS_COMMON="-q"
Expand Down
2 changes: 1 addition & 1 deletion proxy-mysql/alpine/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM alpine:latest
FROM alpine:3.4
MAINTAINER Alexey Pustovalov <alexey.pustovalov@zabbix.com>

ARG APK_FLAGS_COMMON="-q"
Expand Down
2 changes: 1 addition & 1 deletion proxy-sqlite3/alpine/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM alpine:latest
FROM alpine:3.4
MAINTAINER Alexey Pustovalov <alexey.pustovalov@zabbix.com>

ARG APK_FLAGS_COMMON="-q"
Expand Down
2 changes: 1 addition & 1 deletion server-mysql/alpine/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM alpine:latest
FROM alpine:3.4
MAINTAINER Alexey Pustovalov <alexey.pustovalov@zabbix.com>

ARG APK_FLAGS_COMMON="-q"
Expand Down
2 changes: 1 addition & 1 deletion server-pgsql/alpine/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM alpine:latest
FROM alpine:3.4
MAINTAINER Alexey Pustovalov <alexey.pustovalov@zabbix.com>

ARG APK_FLAGS_COMMON="-q"
Expand Down
2 changes: 1 addition & 1 deletion web-apache-mysql/alpine/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM alpine:latest
FROM alpine:3.4
MAINTAINER Alexey Pustovalov <alexey.pustovalov@zabbix.com>

ARG APK_FLAGS_COMMON="-q"
Expand Down
2 changes: 1 addition & 1 deletion web-apache-pgsql/alpine/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM alpine:latest
FROM alpine:3.4
MAINTAINER Alexey Pustovalov <alexey.pustovalov@zabbix.com>

ARG APK_FLAGS_COMMON="-q"
Expand Down
2 changes: 1 addition & 1 deletion web-nginx-mysql/alpine/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM alpine:latest
FROM alpine:3.4
MAINTAINER Alexey Pustovalov <alexey.pustovalov@zabbix.com>

ARG APK_FLAGS_COMMON="-q"
Expand Down
2 changes: 1 addition & 1 deletion web-nginx-pgsql/alpine/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM alpine:latest
FROM alpine:3.4
MAINTAINER Alexey Pustovalov <alexey.pustovalov@zabbix.com>

ARG APK_FLAGS_COMMON="-q"
Expand Down

0 comments on commit 60a1149

Please sign in to comment.