Skip to content

Commit fbc2dcb

Browse files
authored
CXX-2982 Follow Docker steps for release 3.10.1 (#1114)
1 parent 7a8a3e9 commit fbc2dcb

File tree

13 files changed

+23
-23
lines changed

13 files changed

+23
-23
lines changed

extras/docker/alpine3.19/Dockerfile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@
33

44
FROM alpine:3.19 AS builder
55

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
99

1010
WORKDIR /build
1111

extras/docker/alpine3.19/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# DO NOT EDIT THIS FILE DIRECTLY
22
# This file was auto generated from the template file Makefile.j2 using the generate.py script
33

4-
MONGOCXX_VERSION=3.10.0
4+
MONGOCXX_VERSION=3.10.1
55
DOCKER=docker
66

77
.PHONY: build

extras/docker/alpine3.19/TestDockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# DO NOT EDIT THIS FILE DIRECTLY
22
# This file was auto generated from the template file TestDockerfile.j2 using the generate.py script
33

4-
FROM mongodb/mongo-cxx-driver:3.10.0-alpine3.19
4+
FROM mongodb/mongo-cxx-driver:3.10.1-alpine3.19
55

66
WORKDIR /build
77

extras/docker/bookworm/Dockerfile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@
33

44
FROM debian:12-slim AS builder
55

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
99

1010
WORKDIR /build
1111

extras/docker/bookworm/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# DO NOT EDIT THIS FILE DIRECTLY
22
# This file was auto generated from the template file Makefile.j2 using the generate.py script
33

4-
MONGOCXX_VERSION=3.10.0
4+
MONGOCXX_VERSION=3.10.1
55
DOCKER=docker
66

77
.PHONY: build

extras/docker/bookworm/TestDockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# DO NOT EDIT THIS FILE DIRECTLY
22
# This file was auto generated from the template file TestDockerfile.j2 using the generate.py script
33

4-
FROM mongodb/mongo-cxx-driver:3.10.0-bookworm
4+
FROM mongodb/mongo-cxx-driver:3.10.1-bookworm
55

66
WORKDIR /build
77

extras/docker/generate.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@
44
from jinja2 import FileSystemLoader
55

66

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"
1010

1111

1212
def render_template(template_filename, context):

extras/docker/jammy/Dockerfile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@
33

44
FROM ubuntu:22.04 AS builder
55

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
99

1010
WORKDIR /build
1111

extras/docker/jammy/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# DO NOT EDIT THIS FILE DIRECTLY
22
# This file was auto generated from the template file Makefile.j2 using the generate.py script
33

4-
MONGOCXX_VERSION=3.10.0
4+
MONGOCXX_VERSION=3.10.1
55
DOCKER=docker
66

77
.PHONY: build

extras/docker/jammy/TestDockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# DO NOT EDIT THIS FILE DIRECTLY
22
# This file was auto generated from the template file TestDockerfile.j2 using the generate.py script
33

4-
FROM mongodb/mongo-cxx-driver:3.10.0-jammy
4+
FROM mongodb/mongo-cxx-driver:3.10.1-jammy
55

66
WORKDIR /build
77

extras/docker/redhat-ubi-9.3/Dockerfile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@
33

44
FROM registry.access.redhat.com/ubi9/ubi-minimal:9.3 AS builder
55

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
99

1010
WORKDIR /build
1111

extras/docker/redhat-ubi-9.3/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# DO NOT EDIT THIS FILE DIRECTLY
22
# This file was auto generated from the template file Makefile.j2 using the generate.py script
33

4-
MONGOCXX_VERSION=3.10.0
4+
MONGOCXX_VERSION=3.10.1
55
DOCKER=docker
66

77
.PHONY: build

extras/docker/redhat-ubi-9.3/TestDockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# DO NOT EDIT THIS FILE DIRECTLY
22
# This file was auto generated from the template file TestDockerfile.j2 using the generate.py script
33

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
55

66
WORKDIR /build
77

0 commit comments

Comments
 (0)