Skip to content

Commit 18f2fd0

Browse files
committed
fix: remove platform
1 parent 11aea6f commit 18f2fd0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/.devcontainer/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
ARG VARIANT="jammy"
2-
FROM --platform=linux/amd64 buildpack-deps:${VARIANT}-curl
2+
FROM buildpack-deps:${VARIANT}-curl

0 commit comments

Comments
 (0)