Skip to content

Commit

Permalink
Merge pull request #56 from udx/UDXI-427
Browse files Browse the repository at this point in the history
Updated node modules. Updated Alpine to node:23.4-alpine UDXI-427
  • Loading branch information
kavaribes authored Dec 11, 2024
2 parents c8ddc46 + 4af6cb9 commit ba23b57
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 8 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM node:23.1.0-alpine
FROM node:23.4-alpine
ENV VERSION=v1.31.0
ENV NODE_ENV=production
ENV SERVICE_ENABLE_SSHD=true
Expand Down
3 changes: 3 additions & 0 deletions changes.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
### 0.5.3
* Updated node modules. Updated Alpine to node:23.4-alpine

### 0.5.2
* Update node modules. Update Alpine

Expand Down
14 changes: 7 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "docker-sftp",
"version": "0.5.2",
"version": "0.5.3",
"description": "SSH tunnels to Kubernetes containers",
"main": "bin/server.js",
"scripts": {
Expand All @@ -23,13 +23,13 @@
},
"homepage": "https://github.com/udx/docker-sftp#readme",
"dependencies": {
"async": "^3.2.5",
"axios": "^1.7.7",
"async": "^3.2.6",
"axios": "^1.7.9",
"google-gax": "^4.4.1",
"debug": "^4.3.7",
"dot-object": "^2.1.4",
"express": "^4.21.1",
"firebase-admin": "^12.7.0",
"debug": "^4.4.0",
"dot-object": "^2.1.5",
"express": "^4.21.2",
"firebase-admin": "^13.0.1",
"lodash": "^4.17.21",
"mustache": "^4.2.0",
"md5": "^2.3.0"
Expand Down

0 comments on commit ba23b57

Please sign in to comment.