diff --git a/Cluster/Node_cs/Dockerfiles/aot/Dockerfile b/Cluster/Node_cs/Dockerfiles/aot/Dockerfile index 4444ec7..7a8ce6f 100644 --- a/Cluster/Node_cs/Dockerfiles/aot/Dockerfile +++ b/Cluster/Node_cs/Dockerfiles/aot/Dockerfile @@ -19,7 +19,7 @@ RUN dotnet publish -p:PublishAot=true -p:StripSymbols=true -c Release -o /app/pu # Switch to the runtime image FROM alpine:3.19 AS runtime -RUN apk add libc6-compat +RUN apk add libc6-compat curl # Set the working directory inside the Docker image WORKDIR /app diff --git a/deploy/deploy-bicubic_interpolation_service.yaml b/deploy/deploy-bicubic_interpolation_service.yaml index d60b45f..de23d17 100644 --- a/deploy/deploy-bicubic_interpolation_service.yaml +++ b/deploy/deploy-bicubic_interpolation_service.yaml @@ -13,7 +13,7 @@ spec: spec: containers: - name: app - image: ghcr.io/saetch/deightma_bicubic_interpolation_service:latest + image: ghcr.io/saetch/bicubic_interpolation_service:latest ports: - containerPort: 8080 name: bicubic-p