@codefresh-io/kube-integration 2.1.1 → 2.1.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/Dockerfile +1 -1
- package/package.json +1 -1
- package/service.yaml +1 -1
package/Dockerfile
CHANGED
|
@@ -16,7 +16,7 @@ RUN yarn install --production --frozen-lockfile
|
|
|
16
16
|
RUN mkdir /logs
|
|
17
17
|
|
|
18
18
|
|
|
19
|
-
FROM octopusdeploy/dhi-node:${DHI_NODE_TAG}_${DHI_NODE_CUSTOMIZATION}@sha256:
|
|
19
|
+
FROM octopusdeploy/dhi-node:${DHI_NODE_TAG}_${DHI_NODE_CUSTOMIZATION}@sha256:aceef001165f4e8079d8a1c872b08c91435dbd06ca0cd8c287ed963cda57999b AS prod
|
|
20
20
|
WORKDIR /kube-integration
|
|
21
21
|
COPY --chown=node:node --chmod=755 --from=prod-deps /kube-integration/ /kube-integration/
|
|
22
22
|
COPY --chown=node:node --chmod=755 --from=prod-deps /logs/ /logs/
|
package/package.json
CHANGED
package/service.yaml
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
version: 2.1.
|
|
1
|
+
version: 2.1.2
|