Skip to content

Commit 6adb7f2

Browse files
committed
Merge remote-tracking branch 'origin/main' into sdkVersion-config
2 parents a255d04 + 9a34c35 commit 6adb7f2

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ classifiers = [
1818
description = "Data Cloud Custom Code SDK"
1919
dynamic = ["version"]
2020
license = "Apache-2.0"
21-
name = "sfdc-datacloud-customcode-sdk"
21+
name = "salesforce-data-customcode"
2222
readme = "README.md"
2323
requires-python = ">=3.10,<3.12"
2424
version = "0.1.0"

src/datacustomcode/templates/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,11 @@ ENV ENVIRONMENT=Outside_DataCloud
66

77
# install from dev requirements.txt
88
COPY requirements-dev.txt ./requirements-dev.txt
9-
RUN pip3 install --no-cache-dir -r requirements-dev.txt
9+
RUN pip3.11 install --no-cache-dir -r requirements-dev.txt
1010

1111
# Install from requirements.txt:
1212
COPY requirements.txt ./requirements.txt
13-
RUN pip3 install --no-cache-dir -r requirements.txt
13+
RUN pip3.11 install --no-cache-dir -r requirements.txt
1414

1515
# Create workspace directory
1616
RUN mkdir /workspace

0 commit comments

Comments
 (0)