Skip to content

Commit

Permalink
0.2.4 bugfix
Browse files Browse the repository at this point in the history
  • Loading branch information
hklages committed Apr 11, 2023
1 parent 6c58ebe commit 7651b2e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
5 changes: 3 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
# inspired by https://github.com/BretFisher/node-docker-good-defaults/blob/main/Dockerfile
ARG NODE_VERSION=19.9.0
ARG OS=alpine3.17.3
# check availability of combination at https://hub.docker.com/_/node/
ARG NODE_VERSION=19
ARG OS=alpine3.17

FROM node:${NODE_VERSION}-${OS}

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "serve-files-plus",
"version": "0.2.3",
"version": "0.2.4",
"description": "Serves files or shows directory index in a given directory and its subdirectory.",
"main": "",
"scripts": {
Expand Down

0 comments on commit 7651b2e

Please sign in to comment.