Skip to content

Commit f6be170

Browse files
committed
chore: upgrade images from "stretch" to "bullseye"
1 parent 13aa83b commit f6be170

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

influxdb/1.7/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM buildpack-deps:stretch-curl
1+
FROM buildpack-deps:bullseye-curl
22

33
RUN set -ex && \
44
mkdir ~/.gnupg; \

influxdb/1.7/data/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM buildpack-deps:stretch-curl
1+
FROM buildpack-deps:bullseye-curl
22

33
RUN set -ex && \
44
mkdir ~/.gnupg; \

influxdb/1.7/meta/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM buildpack-deps:stretch-curl
1+
FROM buildpack-deps:bullseye-curl
22

33
RUN set -ex && \
44
mkdir ~/.gnupg; \

kapacitor/1.4/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM buildpack-deps:stretch-curl
1+
FROM buildpack-deps:bullseye-curl
22

33
RUN DEBIAN_FRONTEND=noninteractive apt-get update && \
44
DEBIAN_FRONTEND=noninteractive apt-get install -y bash-completion && \

kapacitor/1.5/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM buildpack-deps:stretch-curl
1+
FROM buildpack-deps:bullseye-curl
22

33
RUN DEBIAN_FRONTEND=noninteractive apt-get update && \
44
DEBIAN_FRONTEND=noninteractive apt-get install -y bash-completion && \

0 commit comments

Comments
 (0)