Skip to content

chore(deps): docker dependency upgrade - #190

Merged
fqjony merged 1 commit into
masterfrom
udx-docker-sftp-dependency-updates
Aug 1, 2026
Merged

chore(deps): docker dependency upgrade#190
fqjony merged 1 commit into
masterfrom
udx-docker-sftp-dependency-updates

Conversation

@udx-github

Copy link
Copy Markdown
Contributor

Summary

Updates docker-sftp Dockerfile dependency pins and patches the package version.

Evidence

  • Probe report artifact: docker-dependency-report.json
  • Copilot CLI: updated non-apt dependencies

Diff

diff --git a/Dockerfile b/Dockerfile
index 46c6faf..addeb40 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -1,6 +1,6 @@
 FROM usabilitydynamics/udx-worker-nodejs:0.35.0
 
-ARG KUBECTL_VERSION=1.36.2
+ARG KUBECTL_VERSION=1.36.3
 
 ENV KUBECTL_VERSION=${KUBECTL_VERSION} \
     NODE_ENV=production \
diff --git a/package-lock.json b/package-lock.json
index 3936ff5..9cf0072 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -1,12 +1,12 @@
 {
   "name": "docker-sftp",
-  "version": "0.14.4",
+  "version": "0.14.5",
   "lockfileVersion": 3,
   "requires": true,
   "packages": {
     "": {
       "name": "docker-sftp",
-      "version": "0.14.4",
+      "version": "0.14.5",
       "license": "ISC",
       "dependencies": {
         "async": "^3.2.6",
diff --git a/package.json b/package.json
index c96f1b6..ebfa8ad 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
 {
   "name": "docker-sftp",
-  "version": "0.14.4",
+  "version": "0.14.5",
   "description": "SSH tunnels to Kubernetes containers",
   "main": "lib/server.js",
   "scripts": {

Copilot AI review requested due to automatic review settings August 1, 2026 03:28
@udx-github udx-github added dependencies Pull requests that update a dependency file docker Pull requests that update Docker code labels Aug 1, 2026
@udx-github
udx-github requested a review from a team August 1, 2026 03:28

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Updates pinned Docker-related dependencies for the docker-sftp image by bumping the bundled kubectl patch release and aligning the npm package version metadata for a new patch release.

Changes:

  • Bump KUBECTL_VERSION in Dockerfile from 1.36.2 to 1.36.3.
  • Bump npm package version from 0.14.4 to 0.14.5 in package.json.
  • Keep package-lock.json in sync with the new package version (0.14.5).

Reviewed changes

Copilot reviewed 2 out of 3 changed files in this pull request and generated no comments.

File Description
Dockerfile Updates the pinned kubectl patch version used in the container build.
package.json Bumps the package version to 0.14.5.
package-lock.json Aligns lockfile package metadata with the new 0.14.5 version.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

@fqjony
fqjony merged commit 1fd3bee into master Aug 1, 2026
7 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file docker Pull requests that update Docker code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants