File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -16,6 +16,7 @@ is also known as
16
16
17
17
## Tags
18
18
19
+ - [ 3.10.1-redhat-ubi-9.3] ( https://github.com/mongodb/mongo-cxx-driver/blob/fbc2dcb4437037dedc49b4d15e2708eaa6b989b9/extras/docker/redhat-ubi-9.3/Dockerfile )
19
20
- [ 3.10.0-redhat-ubi-9.3] ( https://github.com/mongodb/mongo-cxx-driver/blob/7fa047f64b476b7b7c422afc9b92eafde41f3412/extras/docker/redhat-ubi-9.3/Dockerfile )
20
21
- [ 3.9.0-redhat-ubi-9.3] ( https://github.com/mongodb/mongo-cxx-driver/blob/fe02b0dbb930d0fb28ca704bc5cfc0b31160d860/extras/docker/redhat-ubi-9.3/Dockerfile )
21
22
- [ 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
33
34
Next, create a ` Dockerfile ` like so.
34
35
``` Dockerfile
35
36
# 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
37
38
38
39
WORKDIR /build
39
40
@@ -162,7 +163,7 @@ instance for
162
163
Next, create a ` Dockerfile ` like so.
163
164
``` Dockerfile
164
165
# 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
166
167
167
168
WORKDIR /build
168
169
You can’t perform that action at this time.
0 commit comments