Update base containers #355
| @ -1,6 +1,6 @@ | |||||||
| # Originally from: https://github.com/devcontainers/images/blob/main/src/javascript-node/.devcontainer/Dockerfile | # Originally from: https://github.com/devcontainers/images/blob/main/src/javascript-node/.devcontainer/Dockerfile | ||||||
| # [Choice] Node.js version (use -bullseye variants on local arm64/Apple Silicon): 18, 16, 14, 18-bullseye, 16-bullseye, 14-bullseye, 18-buster, 16-buster, 14-buster | # [Choice] Node.js version (use -bullseye variants on local arm64/Apple Silicon): 18, 16, 14, 18-bullseye, 16-bullseye, 14-bullseye, 18-buster, 16-buster, 14-buster | ||||||
| ARG VARIANT=16-bullseye | ARG VARIANT=18-bullseye | ||||||
| FROM node:${VARIANT} | FROM node:${VARIANT} | ||||||
| 
 | 
 | ||||||
| ARG USERNAME=node | ARG USERNAME=node | ||||||
|  | |||||||
| @ -1,4 +1,4 @@ | |||||||
| FROM sigp/lighthouse:v3.2.1-modern | FROM sigp/lighthouse:v4.0.1-modern | ||||||
| 
 | 
 | ||||||
| RUN apt-get update; apt-get install bash netcat curl less jq -y; | RUN apt-get update; apt-get install bash netcat curl less jq -y; | ||||||
| 
 | 
 | ||||||
|  | |||||||
		Loading…
	
		Reference in New Issue
	
	Block a user