Skip to content

Commit 691f6f2

Browse files
authored
update README to include tag to the latest Docker image version (#1115)
1 parent fbc2dcb commit 691f6f2

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

extras/docker/README.md

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

1717
## Tags
1818

19+
- [3.10.1-redhat-ubi-9.3](https://github.com/mongodb/mongo-cxx-driver/blob/fbc2dcb4437037dedc49b4d15e2708eaa6b989b9/extras/docker/redhat-ubi-9.3/Dockerfile)
1920
- [3.10.0-redhat-ubi-9.3](https://github.com/mongodb/mongo-cxx-driver/blob/7fa047f64b476b7b7c422afc9b92eafde41f3412/extras/docker/redhat-ubi-9.3/Dockerfile)
2021
- [3.9.0-redhat-ubi-9.3](https://github.com/mongodb/mongo-cxx-driver/blob/fe02b0dbb930d0fb28ca704bc5cfc0b31160d860/extras/docker/redhat-ubi-9.3/Dockerfile)
2122
- [3.8.1-redhat-ubi-9.2](https://github.com/mongodb/mongo-cxx-driver/blob/5b1b515e1b355943003d72a04ae47a9e0e174374/extras/docker/redhat-ubi-9.2/Dockerfile)
@@ -33,7 +34,7 @@ instance for
3334
Next, create a `Dockerfile` like so.
3435
```Dockerfile
3536
# Dockerfile
36-
FROM mongodb/mongo-cxx-driver:3.9.0-redhat-ubi-9.3
37+
FROM mongodb/mongo-cxx-driver:3.10.1-redhat-ubi-9.3
3738

3839
WORKDIR /build
3940

@@ -162,7 +163,7 @@ instance for
162163
Next, create a `Dockerfile` like so.
163164
```Dockerfile
164165
# Dockerfile
165-
FROM mongodb/mongo-cxx-driver:3.9.0-redhat-ubi-9.3
166+
FROM mongodb/mongo-cxx-driver:3.10.1-redhat-ubi-9.3
166167

167168
WORKDIR /build
168169

0 commit comments

Comments
 (0)