Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Dockerfile.ubuntu-prebuilt
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ RUN chown -R ${WPR_USER_ID}:${WPR_GROUP_ID} ${WPR_WSC_SERVICE_FILES_PATH} \
${WPR_CERT_DIR} \
${WPR_APP_INSTALL_DIR}

FROM ubuntu:24.04 AS wpr_service
FROM ubuntu:24.10 AS wpr_service

USER root

Expand Down