Skip to content

Commit 2e75e17

Browse files
Chore: fix variant
1 parent 3f34250 commit 2e75e17

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
@@ -2,7 +2,7 @@ ARG VARIANT=8
22
ARG USERNAME=vscode
33
ARG DELTA_VERSION=0.18.2
44

5-
FROM mcr.microsoft.com/devcontainers/php:8:${VARIANT}
5+
FROM mcr.microsoft.com/devcontainers/php:${VARIANT}
66
ENV RAILS_DEVELOPMENT_HOSTS=".githubpreview.dev"
77

88
LABEL build.step.base=install_base

0 commit comments

Comments
 (0)