File tree Expand file tree Collapse file tree 2 files changed +7
-7
lines changed Expand file tree Collapse file tree 2 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 1
1
# syntax=docker/dockerfile:1
2
2
# Arguments used in FROM need to be defined before the first build stage
3
- ARG BUILD_IMAGE=docker.io/ubuntu:jammy-20250404
4
- ARG BASE_IMAGE=docker.io/polymathrobotics/python:3.9-jammy
3
+ ARG BUILD_IMAGE=docker.io/ubuntu:noble-20250529
4
+ ARG BASE_IMAGE=docker.io/polymathrobotics/python:3.9-noble
5
5
# hadolint ignore=DL3006
6
6
FROM $BUILD_IMAGE AS build
7
7
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ variable "TAG_PREFIX" {
3
3
}
4
4
5
5
variable "VERSION" {
6
- default = " 3.162 .0"
6
+ default = " 3.177 .0"
7
7
}
8
8
9
9
# There's no darwin-based Docker, so if we're running on macOS, change the platform to linux
@@ -14,10 +14,10 @@ variable "LOCAL_PLATFORM" {
14
14
target "_common" {
15
15
args = {
16
16
PULUMI_VERSION = " ${ VERSION } "
17
- CINC_AUDITOR_URL_AMD64 = " http ://ftp.osuosl.org/pub/cinc/files/stable/cinc-auditor/6.8.1 /ubuntu/22 .04/cinc-auditor_6.8.1 -1_amd64.deb"
18
- CINC_AUDITOR_SHA256_AMD64 = " 0d64f9d2a4cfc09d970606200a9bd2f56079c55df14d8019336945a3feb1e377 "
19
- CINC_AUDITOR_URL_ARM64 = " http ://ftp.osuosl.org/pub/cinc/files/stable/cinc-auditor/6.8.1 /ubuntu/22 .04/cinc-auditor_6.8.1 -1_arm64.deb"
20
- CINC_AUDITOR_SHA256_ARM64 = " d5c2af04c9642cdedfb4448c3548af6fff385f9541e6a2f1fa49c998ab0d5244 "
17
+ CINC_AUDITOR_URL_AMD64 = " https ://ftp.osuosl.org/pub/cinc/files/stable/cinc-auditor/6.8.24 /ubuntu/24 .04/cinc-auditor_6.8.24 -1_amd64.deb"
18
+ CINC_AUDITOR_SHA256_AMD64 = " 13907518ae88cc12d85fb09e2bca5c6f48d9ced75fe1dad61285d1d884cda9c7 "
19
+ CINC_AUDITOR_URL_ARM64 = " https ://ftp.osuosl.org/pub/cinc/files/stable/cinc-auditor/6.8.24 /ubuntu/24 .04/cinc-auditor_6.8.24 -1_arm64.deb"
20
+ CINC_AUDITOR_SHA256_ARM64 = " 7453d58358cc158ddfe7a92a4557966c1e4b472e207e6097cf2490b323bd2616 "
21
21
}
22
22
dockerfile = " Containerfile"
23
23
tags = [
You can’t perform that action at this time.
0 commit comments