Skip to content

Commit be56211

Browse files
committed
chore: upgrade Ubuntu base image from 20.04 to 22.04
This updates the Docker base image to use Ubuntu 22.04 LTS instead of 20.04, providing newer system packages and extended support.
1 parent 67acfa5 commit be56211

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
ARG UBUNTU_VERSION=20.04
1+
ARG UBUNTU_VERSION=22.04
22

33
FROM ubuntu:${UBUNTU_VERSION} AS ubuntu-nodejs
44
ARG NODEJS_MAJOR_VERSION=18

0 commit comments

Comments
 (0)