Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4d8cc75 commit 31b61d1Copy full SHA for 31b61d1
Dockerfile
@@ -12,8 +12,7 @@ LABEL \
12
org.opencontainers.image.description="A tool for provisioning self-hosted development environments with Terraform." \
13
org.opencontainers.image.url="https://github.com/coder/coder" \
14
org.opencontainers.image.source="https://github.com/coder/coder" \
15
- org.opencontainers.image.version="$CODER_VERSION" \
16
- org.opencontainers.image.licenses="AGPL-3.0"
+ org.opencontainers.image.version="$CODER_VERSION"
17
18
# The coder binary is injected by scripts/build_docker.sh.
19
COPY --chown=coder:coder --chmod=755 coder /opt/coder
0 commit comments