Skip to content

Commit

Permalink
Update Dockerfile for node non-prebuilt images.
Browse files Browse the repository at this point in the history
  • Loading branch information
paulosjca committed Nov 25, 2024
1 parent fa87daa commit 0cb84ff
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion containers/init/build/node/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
# See the License for the specific language governing permissions and
# limitations under the License.

FROM node:10-buster
FROM node:18-bookworm

RUN mkdir -p /src/workspace
WORKDIR /src/workspace
Expand Down
2 changes: 1 addition & 1 deletion containers/runtime/node/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
# See the License for the specific language governing permissions and
# limitations under the License.

FROM node:10-buster
FROM node:18-bookworm

RUN mkdir -p /src/workspace
WORKDIR /src/workspace
Expand Down

0 comments on commit 0cb84ff

Please sign in to comment.