File tree Expand file tree Collapse file tree 13 files changed +23
-23
lines changed Expand file tree Collapse file tree 13 files changed +23
-23
lines changed Original file line number Diff line number Diff line change 3
3
4
4
FROM alpine:3.19 AS builder
5
5
6
- ARG MONGOCXX_VERSION=3.10.0
7
- ARG MONGOC_VERSION=1.26.0
8
- ARG MONGOCRYPT_VERSION=1.9.0
6
+ ARG MONGOCXX_VERSION=3.10.1
7
+ ARG MONGOC_VERSION=1.26.1
8
+ ARG MONGOCRYPT_VERSION=1.9.1
9
9
10
10
WORKDIR /build
11
11
Original file line number Diff line number Diff line change 1
1
# DO NOT EDIT THIS FILE DIRECTLY
2
2
# This file was auto generated from the template file Makefile.j2 using the generate.py script
3
3
4
- MONGOCXX_VERSION =3.10.0
4
+ MONGOCXX_VERSION =3.10.1
5
5
DOCKER =docker
6
6
7
7
.PHONY : build
Original file line number Diff line number Diff line change 1
1
# DO NOT EDIT THIS FILE DIRECTLY
2
2
# This file was auto generated from the template file TestDockerfile.j2 using the generate.py script
3
3
4
- FROM mongodb/mongo-cxx-driver:3.10.0 -alpine3.19
4
+ FROM mongodb/mongo-cxx-driver:3.10.1 -alpine3.19
5
5
6
6
WORKDIR /build
7
7
Original file line number Diff line number Diff line change 3
3
4
4
FROM debian:12-slim AS builder
5
5
6
- ARG MONGOCXX_VERSION=3.10.0
7
- ARG MONGOC_VERSION=1.26.0
8
- ARG MONGOCRYPT_VERSION=1.9.0
6
+ ARG MONGOCXX_VERSION=3.10.1
7
+ ARG MONGOC_VERSION=1.26.1
8
+ ARG MONGOCRYPT_VERSION=1.9.1
9
9
10
10
WORKDIR /build
11
11
Original file line number Diff line number Diff line change 1
1
# DO NOT EDIT THIS FILE DIRECTLY
2
2
# This file was auto generated from the template file Makefile.j2 using the generate.py script
3
3
4
- MONGOCXX_VERSION =3.10.0
4
+ MONGOCXX_VERSION =3.10.1
5
5
DOCKER =docker
6
6
7
7
.PHONY : build
Original file line number Diff line number Diff line change 1
1
# DO NOT EDIT THIS FILE DIRECTLY
2
2
# This file was auto generated from the template file TestDockerfile.j2 using the generate.py script
3
3
4
- FROM mongodb/mongo-cxx-driver:3.10.0 -bookworm
4
+ FROM mongodb/mongo-cxx-driver:3.10.1 -bookworm
5
5
6
6
WORKDIR /build
7
7
Original file line number Diff line number Diff line change 4
4
from jinja2 import FileSystemLoader
5
5
6
6
7
- MONGOCXX_VERSION = "3.10.0 "
8
- MONGOC_VERSION = "1.26.0 "
9
- MONGOCRYPT_VERSION = "1.9.0 "
7
+ MONGOCXX_VERSION = "3.10.1 "
8
+ MONGOC_VERSION = "1.26.1 "
9
+ MONGOCRYPT_VERSION = "1.9.1 "
10
10
11
11
12
12
def render_template (template_filename , context ):
Original file line number Diff line number Diff line change 3
3
4
4
FROM ubuntu:22.04 AS builder
5
5
6
- ARG MONGOCXX_VERSION=3.10.0
7
- ARG MONGOC_VERSION=1.26.0
8
- ARG MONGOCRYPT_VERSION=1.9.0
6
+ ARG MONGOCXX_VERSION=3.10.1
7
+ ARG MONGOC_VERSION=1.26.1
8
+ ARG MONGOCRYPT_VERSION=1.9.1
9
9
10
10
WORKDIR /build
11
11
Original file line number Diff line number Diff line change 1
1
# DO NOT EDIT THIS FILE DIRECTLY
2
2
# This file was auto generated from the template file Makefile.j2 using the generate.py script
3
3
4
- MONGOCXX_VERSION =3.10.0
4
+ MONGOCXX_VERSION =3.10.1
5
5
DOCKER =docker
6
6
7
7
.PHONY : build
Original file line number Diff line number Diff line change 1
1
# DO NOT EDIT THIS FILE DIRECTLY
2
2
# This file was auto generated from the template file TestDockerfile.j2 using the generate.py script
3
3
4
- FROM mongodb/mongo-cxx-driver:3.10.0 -jammy
4
+ FROM mongodb/mongo-cxx-driver:3.10.1 -jammy
5
5
6
6
WORKDIR /build
7
7
Original file line number Diff line number Diff line change 3
3
4
4
FROM registry.access.redhat.com/ubi9/ubi-minimal:9.3 AS builder
5
5
6
- ARG MONGOCXX_VERSION=3.10.0
7
- ARG MONGOC_VERSION=1.26.0
8
- ARG MONGOCRYPT_VERSION=1.9.0
6
+ ARG MONGOCXX_VERSION=3.10.1
7
+ ARG MONGOC_VERSION=1.26.1
8
+ ARG MONGOCRYPT_VERSION=1.9.1
9
9
10
10
WORKDIR /build
11
11
Original file line number Diff line number Diff line change 1
1
# DO NOT EDIT THIS FILE DIRECTLY
2
2
# This file was auto generated from the template file Makefile.j2 using the generate.py script
3
3
4
- MONGOCXX_VERSION =3.10.0
4
+ MONGOCXX_VERSION =3.10.1
5
5
DOCKER =docker
6
6
7
7
.PHONY : build
Original file line number Diff line number Diff line change 1
1
# DO NOT EDIT THIS FILE DIRECTLY
2
2
# This file was auto generated from the template file TestDockerfile.j2 using the generate.py script
3
3
4
- FROM mongodb/mongo-cxx-driver:3.10.0 -redhat-ubi-9.3
4
+ FROM mongodb/mongo-cxx-driver:3.10.1 -redhat-ubi-9.3
5
5
6
6
WORKDIR /build
7
7
You can’t perform that action at this time.
0 commit comments