Skip to content

Commit 1b820c9

Browse files
authored
update docker tag to 3.9.0 in documentation (#1060)
1 parent ca6a89c commit 1b820c9

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

extras/docker/README.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ is also known as
1616

1717
## Tags
1818

19+
- [3.9.0-redhat-ubi-9.3](https://github.com/mongodb/mongo-cxx-driver/blob/ca6a89c3b4039b9b097a2945a2db1584d63a6b98/extras/docker/redhat-ubi-9.3/Dockerfile)
1920
- [3.8.1-redhat-ubi-9.2](https://github.com/mongodb/mongo-cxx-driver/blob/5b1b515e1b355943003d72a04ae47a9e0e174374/extras/docker/redhat-ubi-9.2/Dockerfile)
2021
- [3.8.0-redhat-ubi-9.2](https://github.com/mongodb/mongo-cxx-driver/blob/cb9dc3e927299bb9d2f2dc04878234e32c129685/extras/docker/redhat-ubi-9.2/Dockerfile)
2122

@@ -31,7 +32,7 @@ instance for
3132
Next, create a `Dockerfile` like so.
3233
```Dockerfile
3334
# Dockerfile
34-
FROM mongodb/mongo-cxx-driver:3.8.1-redhat-ubi-9.2
35+
FROM mongodb/mongo-cxx-driver:3.9.0-redhat-ubi-9.3
3536

3637
WORKDIR /build
3738

@@ -160,7 +161,7 @@ instance for
160161
Next, create a `Dockerfile` like so.
161162
```Dockerfile
162163
# Dockerfile
163-
FROM mongodb/mongo-cxx-driver:3.8.1-redhat-ubi-9.2
164+
FROM mongodb/mongo-cxx-driver:3.9.0-redhat-ubi-9.3
164165

165166
WORKDIR /build
166167

@@ -316,4 +317,4 @@ Pinged your deployment using the MongoDB C Driver. You successfully connected to
316317

317318
# License
318319

319-
[Apache License Version 2.0](https://github.com/mongodb/mongo-cxx-driver/blob/master/LICENSE)
320+
[Apache License Version 2.0](https://github.com/mongodb/mongo-cxx-driver/blob/master/LICENSE)

0 commit comments

Comments
 (0)