Skip to content

Commit 8f9c7ef

Browse files
committed
pin dockerfile to ubuntu 22
1 parent 885179b commit 8f9c7ef

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# add amd64 platform to support Mac M1
2-
FROM --platform=linux/amd64 shivammathur/node:latest-amd64
2+
FROM --platform=linux/amd64 shivammathur/node:jammy-amd64
33

44
ARG PHP_VERSION=8.1
55

docker-compose.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
version: '2.4'
21
services:
32
test:
43
build:

0 commit comments

Comments
 (0)