Skip to content

Commit 2692540

Browse files
committed
Update data node alpine images
1 parent 6e40a4e commit 2692540

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

influxdb/1.10/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.17
1+
FROM alpine:3.20
22

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

influxdb/1.11/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.18
1+
FROM alpine:3.20
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)