Skip to content

Commit

Permalink
Fix docker image (#219)
Browse files Browse the repository at this point in the history
  • Loading branch information
Cito authored Jul 8, 2024
1 parent 90e538a commit 139070c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
# limitations under the License.


FROM node:lts-alpine3.20.1
FROM node:lts-alpine3.20

# update and install dependencies
RUN apk update && apk upgrade
Expand Down

0 comments on commit 139070c

Please sign in to comment.