Skip to content

Commit

Permalink
Fixed DevContainer dockerfile ENV -> ARG.
Browse files Browse the repository at this point in the history
  • Loading branch information
vhadianto committed Feb 8, 2024
1 parent d019d57 commit a4c76c6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .devcontainer/build/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
FROM mcr.microsoft.com/devcontainers/go:1-1.21-bullseye

ENV DEVCONTAINER_VERSION
ARG DEVCONTAINER_VERSION

LABEL org.opencontainers.image.ref.name="flowpipe-devcontainer"
LABEL org.opencontainers.image.version=${DEVCONTAINER_VERSION}
Expand Down

0 comments on commit a4c76c6

Please sign in to comment.