Skip to content

Commit

Permalink
update the builder to 20240124.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Zhiyong Li committed Jan 26, 2024
1 parent 6d5d5cf commit 92e35ff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ContainerAppHelper.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import { GitHubActionsToolHelper } from './GitHubActionsToolHelper'
import fs = require('fs');

const ORYX_CLI_IMAGE: string = 'mcr.microsoft.com/oryx/cli:builder-debian-bullseye-20230926.1';
const ORYX_BULLSEYE_BUILDER_IMAGE: string = 'mcr.microsoft.com/oryx/builder:aca-debian-bullseye-20240124.1'
const ORYX_BULLSEYE_BUILDER_IMAGE: string = 'mcr.microsoft.com/oryx/builder:debian-bullseye-20240124.1'
const ORYX_BOOKWORM_BUILDER_IMAGE: string = 'mcr.microsoft.com/oryx/builder:debian-bookworm-20240124.1'
const ORYX_BUILDER_IMAGES: string[] = [ORYX_BULLSEYE_BUILDER_IMAGE, ORYX_BOOKWORM_BUILDER_IMAGE];
const IS_WINDOWS_AGENT: boolean = os.platform() == 'win32';
Expand Down

0 comments on commit 92e35ff

Please sign in to comment.