Skip to content

Commit

Permalink
update platform flag
Browse files Browse the repository at this point in the history
  • Loading branch information
samchungy committed Sep 26, 2024
1 parent 01ad9f3 commit 4122097
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .changeset/dull-flowers-build.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ eg.

```Dockerfile
## Before
FROM --platform=arm64 node:20-alpine AS dev-deps
FROM node:20-alpine AS dev-deps

## After
FROM --platform=arm64 public.ecr.aws/docker/library/node:20-alpine AS dev-deps
FROM public.ecr.aws/docker/library/node:20-alpine AS dev-deps
```

0 comments on commit 4122097

Please sign in to comment.