Skip to content

Commit 7fa047f

Browse files
authored
CXX-2957 Follow Docker steps for release 3.10.0 (#1100)
1 parent c8b0f48 commit 7fa047f

File tree

13 files changed

+13
-13
lines changed

13 files changed

+13
-13
lines changed

extras/docker/alpine3.19/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
FROM alpine:3.19 AS builder
55

6-
ARG MONGOCXX_VERSION=3.9.0
6+
ARG MONGOCXX_VERSION=3.10.0
77
ARG MONGOC_VERSION=1.26.0
88
ARG MONGOCRYPT_VERSION=1.9.0
99

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.9.0
4+
MONGOCXX_VERSION=3.10.0
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.9.0-alpine3.19
4+
FROM mongodb/mongo-cxx-driver:3.10.0-alpine3.19
55

66
WORKDIR /build
77

extras/docker/bookworm/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
FROM debian:12-slim AS builder
55

6-
ARG MONGOCXX_VERSION=3.9.0
6+
ARG MONGOCXX_VERSION=3.10.0
77
ARG MONGOC_VERSION=1.26.0
88
ARG MONGOCRYPT_VERSION=1.9.0
99

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.9.0
4+
MONGOCXX_VERSION=3.10.0
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.9.0-bookworm
4+
FROM mongodb/mongo-cxx-driver:3.10.0-bookworm
55

66
WORKDIR /build
77

extras/docker/generate.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
from jinja2 import FileSystemLoader
55

66

7-
MONGOCXX_VERSION = "3.9.0"
7+
MONGOCXX_VERSION = "3.10.0"
88
MONGOC_VERSION = "1.26.0"
99
MONGOCRYPT_VERSION = "1.9.0"
1010

extras/docker/jammy/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
FROM ubuntu:22.04 AS builder
55

6-
ARG MONGOCXX_VERSION=3.9.0
6+
ARG MONGOCXX_VERSION=3.10.0
77
ARG MONGOC_VERSION=1.26.0
88
ARG MONGOCRYPT_VERSION=1.9.0
99

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.9.0
4+
MONGOCXX_VERSION=3.10.0
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.9.0-jammy
4+
FROM mongodb/mongo-cxx-driver:3.10.0-jammy
55

66
WORKDIR /build
77

extras/docker/redhat-ubi-9.3/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

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

6-
ARG MONGOCXX_VERSION=3.9.0
6+
ARG MONGOCXX_VERSION=3.10.0
77
ARG MONGOC_VERSION=1.26.0
88
ARG MONGOCRYPT_VERSION=1.9.0
99

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.9.0
4+
MONGOCXX_VERSION=3.10.0
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.9.0-redhat-ubi-9.3
4+
FROM mongodb/mongo-cxx-driver:3.10.0-redhat-ubi-9.3
55

66
WORKDIR /build
77

0 commit comments

Comments
 (0)