comparison Resources/CreateOHIFDist/Dockerfile @ 23:e77efde44233

sync
author Sebastien Jodogne <s.jodogne@gmail.com>
date Fri, 24 Nov 2023 12:55:50 +0100
parents c34ecc350b32
children 36049c04ee27
comparison
equal deleted inserted replaced
22:ae7d63413f2b 23:e77efde44233
15 # General Public License for more details. 15 # General Public License for more details.
16 # 16 #
17 # You should have received a copy of the GNU General Public License 17 # You should have received a copy of the GNU General Public License
18 # along with this program. If not, see <http://www.gnu.org/licenses/>. 18 # along with this program. If not, see <http://www.gnu.org/licenses/>.
19 19
20 FROM node:20.3.0-bullseye-slim 20 FROM node:21.2-bullseye-slim
21 21
22 MAINTAINER Sebastien Jodogne <s.jodogne@gmail.com> 22 MAINTAINER Sebastien Jodogne <s.jodogne@gmail.com>
23 LABEL Description="Orthanc, free DICOM server" Vendor="The Orthanc project" 23 LABEL Description="Orthanc, free DICOM server" Vendor="The Orthanc project"
24 24
25 RUN apt-get -y clean && apt-get -y update && \ 25 RUN apt-get -y clean && apt-get -y update && \