mirror of
https://github.com/docker/awesome-compose.git
synced 2025-04-19 15:28:06 +02:00
Security upgrade node from lts-buster to current-slim
This commit is contained in:
parent
6531426a96
commit
5f44db3cf0
1 changed files with 1 additions and 1 deletions
|
@ -1,5 +1,5 @@
|
|||
# Create image based on the official Node image from dockerhub
|
||||
FROM node:lts-buster
|
||||
FROM node::current-slim
|
||||
|
||||
# Create app directory
|
||||
WORKDIR /usr/src/app
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue