Skip to content

Commit aa13e94

Browse files
Merge pull request #66 from ydb-platform/fix-dockerfile-sdk-export-stage
Fix Dockerfile.sdk export stage
2 parents 6089c3a + 219de82 commit aa13e94

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

slo-workload/docker/Dockerfile.sdk

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ RUN SDK_VERSION="$(cat /tmp/sdk.version)" && \
3333
-Dmaven.javadoc.skip=true \
3434
package
3535

36-
FROM ${MAVEN_IMAGE} AS export
36+
FROM workload-build AS export
3737
ARG WORKLOAD_MODULE
3838
ARG WORKLOAD_JAR
3939
ARG COPY_LIBS

0 commit comments

Comments
 (0)