Skip to content

Commit

Permalink
fix: change base docker image to bookwarm
Browse files Browse the repository at this point in the history
  • Loading branch information
benzino77 committed Aug 30, 2024
1 parent 29e4bbd commit bf3529d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM node:20-buster-slim
FROM node:20-bookworm-slim

LABEL maintainer="Piotr Antczak <[email protected]>"
WORKDIR /clamav-rest-api
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": "clamav-rest-api",
"version": "1.5.0",
"version": "1.5.1",
"description": "ClamAV REST API. Scan files using simple POST request.",
"main": "src/app.js",
"engines": {
Expand Down

0 comments on commit bf3529d

Please sign in to comment.