Skip to content

Commit a757de4

Browse files
authored
Merge pull request #799 from influxdata/hiltontj/influxdb3-core-enterprise-3-0-3
chore: update core and enterprise to 3.0.3
2 parents 6835322 + 31c25fa commit a757de4

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

influxdb/3.0-core/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ RUN groupadd --gid 1500 influxdb3 && \
1616
/usr/lib/influxdb3 \
1717
/plugins
1818

19-
ENV INFLUXDB_VERSION=3.0.2
19+
ENV INFLUXDB_VERSION=3.0.3
2020
RUN case "$(dpkg --print-architecture)" in \
2121
amd64) ARCH=amd64 ;; \
2222
arm64) ARCH=arm64 ;; \

influxdb/3.0-enterprise/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ RUN groupadd --gid 1500 influxdb3 && \
1616
/usr/lib/influxdb3 \
1717
/plugins
1818

19-
ENV INFLUXDB_VERSION=3.0.2
19+
ENV INFLUXDB_VERSION=3.0.3
2020
RUN case "$(dpkg --print-architecture)" in \
2121
amd64) ARCH=amd64 ;; \
2222
arm64) ARCH=arm64 ;; \

0 commit comments

Comments
 (0)