Skip to content

Commit c5a98e8

Browse files
committed
Upgrading all instances of alpine:3.8 to 3.9
1 parent bfa3351 commit c5a98e8

File tree

6 files changed

+6
-6
lines changed

6 files changed

+6
-6
lines changed

influxdb/1.5/data/alpine/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM alpine:3.8
1+
FROM alpine:3.9
22

33
RUN echo 'hosts: files dns' >> /etc/nsswitch.conf
44
RUN apk add --no-cache tzdata bash ca-certificates && \

influxdb/1.5/meta/alpine/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM alpine:3.8
1+
FROM alpine:3.9
22

33
RUN echo 'hosts: files dns' >> /etc/nsswitch.conf
44
RUN apk add --no-cache tzdata bash ca-certificates && \

influxdb/1.6/data/alpine/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM alpine:3.8
1+
FROM alpine:3.9
22

33
RUN echo 'hosts: files dns' >> /etc/nsswitch.conf
44
RUN apk add --no-cache tzdata bash ca-certificates && \

influxdb/1.6/meta/alpine/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM alpine:3.8
1+
FROM alpine:3.9
22

33
RUN echo 'hosts: files dns' >> /etc/nsswitch.conf
44
RUN apk add --no-cache tzdata bash ca-certificates && \

influxdb/1.7/data/alpine/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM alpine:3.8
1+
FROM alpine:3.9
22

33
RUN echo 'hosts: files dns' >> /etc/nsswitch.conf
44
RUN apk add --no-cache tzdata bash ca-certificates && \

influxdb/1.7/meta/alpine/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM alpine:3.8
1+
FROM alpine:3.9
22

33
RUN echo 'hosts: files dns' >> /etc/nsswitch.conf
44
RUN apk add --no-cache tzdata bash ca-certificates && \

0 commit comments

Comments
 (0)