Skip to content

Commit 6edcf5a

Browse files
fix(docker): pin netcat-openbsd version in Dockerfile.temporal
- Updated the Dockerfile.temporal to pin the netcat-openbsd package to version 1.226.1.1-r0. This change ensures consistency in the build environment and prevents potential issues with future updates. These modifications enhance the stability and reliability of the Docker setup for the Temporal worker.
1 parent 33c06b1 commit 6edcf5a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile.temporal

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ ENV POSTGRES_SEEDS=$POSTGRES_SEEDS \
1616

1717
# Install netcat as root, then switch to non-root user
1818
USER root
19-
RUN apk add --no-cache netcat-openbsd
19+
RUN apk add --no-cache netcat-openbsd=1.226.1.1-r0
2020
USER temporal
2121

2222
HEALTHCHECK --interval=10s --timeout=5s --start-period=30s --retries=5 \

0 commit comments

Comments
 (0)