Skip to content

Commit f98b8dd

Browse files
chore(deps): update influxdb docker tag to v2.8 (#2724)
| datasource | package | from | to | | ---------- | -------- | ---- | --- | | docker | influxdb | 2.7 | 2.8 | Co-authored-by: Renovate Bot <renovate@whitesourcesoftware.com>
1 parent b329b1c commit f98b8dd

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

embedded-influxdb/README.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616

1717
* `embedded.influxdb.enabled` `(true|false, default is true)`
1818
* `embedded.influxdb.reuseContainer` `(true|false, default is false)`
19-
* `embedded.influxdb.dockerImage` `(default is 'influxdb:2.7-alpine')`
19+
* `embedded.influxdb.dockerImage` `(default is 'influxdb:2.8-alpine')`
2020
** Image versions on https://hub.docker.com/_/influxdb?tab=tags[dockerhub]
2121
* `embedded.influxdb.admin-user` `(default is 'admin')`
2222
* `embedded.influxdb.admin-password` `(default is 'admin')`

embedded-influxdb/src/main/java/com/playtika/testcontainer/influxdb/InfluxDBProperties.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,6 @@ public class InfluxDBProperties extends CommonContainerProperties {
2626
public String getDefaultDockerImage() {
2727
// Please don`t remove this comment.
2828
// renovate: datasource=docker
29-
return "influxdb:2.7-alpine";
29+
return "influxdb:2.8-alpine";
3030
}
3131
}

embedded-influxdb/src/main/resources/META-INF/additional-spring-configuration-metadata.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
"name": "embedded.influxdb.docker-image",
2727
"values": [
2828
{
29-
"value": "influxdb:2.7-alpine",
29+
"value": "influxdb:2.8-alpine",
3030
"description": "Latest 1.5.x alpine version. Ref https://hub.docker.com/_/influxdb for further info."
3131
},
3232
{

0 commit comments

Comments
 (0)