Skip to content

Commit

Permalink
Merge pull request #54 from udx/UDXI-427
Browse files Browse the repository at this point in the history
update modules
  • Loading branch information
kavaribes authored Nov 13, 2024
2 parents 58c56e5 + 8c98c86 commit c8ddc46
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 7 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM node:22.7.0-alpine
FROM node:23.1.0-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.2
* Update node modules. Update Alpine

### 0.5.1
* OS updates
* added config for a cronjob to scheduled container restart
Expand Down
12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "docker-sftp",
"version": "0.5.1",
"version": "0.5.2",
"description": "SSH tunnels to Kubernetes containers",
"main": "bin/server.js",
"scripts": {
Expand All @@ -24,12 +24,12 @@
"homepage": "https://github.com/udx/docker-sftp#readme",
"dependencies": {
"async": "^3.2.5",
"axios": "^1.7.5",
"google-gax": "^4.3.2",
"debug": "^4.3.4",
"axios": "^1.7.7",
"google-gax": "^4.4.1",
"debug": "^4.3.7",
"dot-object": "^2.1.4",
"express": "^4.19.2",
"firebase-admin": "^12.0.0",
"express": "^4.21.1",
"firebase-admin": "^12.7.0",
"lodash": "^4.17.21",
"mustache": "^4.2.0",
"md5": "^2.3.0"
Expand Down

0 comments on commit c8ddc46

Please sign in to comment.