Skip to content

Commit 42aef8f

Browse files
author
Jalexchen
authored
chore: updates the Dockerfile template to latest quarterly base image (#75)
1 parent 9c8ef03 commit 42aef8f

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

Dockerfile.template

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,11 @@
22

33
# Do not edit individual Dockerfiles manually. Instead, please make changes to the Dockerfile.template, which will be used by the build script to generate Dockerfiles.
44

5-
# By policy, the base image tag should be a quarterly tag unless there's a
6-
# specific reason to use a different one. This means January, April, July, or
5+
# By policy, the base image tag should be a quarterly tag unless there's a
6+
# specific reason to use a different one. This means January, April, July, or
77
# October.
8-
# Using November right now to include OpenSSL CVE fixes.
9-
FROM cimg/%%PARENT%%:2022.11
8+
9+
FROM cimg/%%PARENT%%:2023.01
1010

1111
LABEL maintainer="Community & Partner Engineering Team <[email protected]>"
1212

0 commit comments

Comments
 (0)