Skip to content

Commit aea10bd

Browse files
brettfoJamieMagee
authored andcommitted
update dockerfiles
1 parent 6b800a9 commit aea10bd

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

DevDockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Copyright (c) Microsoft Corporation and others. Licensed under the MIT license.
22
# SPDX-License-Identifier: MIT
33

4-
FROM docker.io/library/node:18
4+
FROM docker.io/library/node:24-bullseye
55
ENV APPDIR=/opt/service
66

77
## get SSH server running

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Copyright (c) Microsoft Corporation and others. Licensed under the MIT license.
22
# SPDX-License-Identifier: MIT
33

4-
FROM docker.io/library/node:18
4+
FROM docker.io/library/node:24-bullseye
55
ENV APPDIR=/opt/service
66

77
## get SSH server running

0 commit comments

Comments
 (0)