Skip to content

Commit

Permalink
pin dockerfile to ubuntu 22
Browse files Browse the repository at this point in the history
  • Loading branch information
stancl committed May 22, 2024
1 parent 885179b commit 8f9c7ef
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# add amd64 platform to support Mac M1
FROM --platform=linux/amd64 shivammathur/node:latest-amd64
FROM --platform=linux/amd64 shivammathur/node:jammy-amd64

ARG PHP_VERSION=8.1

Expand Down
1 change: 0 additions & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
version: '2.4'
services:
test:
build:
Expand Down

0 comments on commit 8f9c7ef

Please sign in to comment.