Skip to content

Commit 287164b

Browse files
authored
Update Dockerfile for node non-prebuilt images. (#401)
1 parent fa87daa commit 287164b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

containers/init/build/node/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
# See the License for the specific language governing permissions and
1313
# limitations under the License.
1414

15-
FROM node:10-buster
15+
FROM node:18-bookworm
1616

1717
RUN mkdir -p /src/workspace
1818
WORKDIR /src/workspace

containers/runtime/node/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
# See the License for the specific language governing permissions and
1313
# limitations under the License.
1414

15-
FROM node:10-buster
15+
FROM node:18-bookworm
1616

1717
RUN mkdir -p /src/workspace
1818
WORKDIR /src/workspace

0 commit comments

Comments
 (0)