Skip to content

Commit

Permalink
Revert Dockerfile Version
Browse files Browse the repository at this point in the history
  • Loading branch information
joonhaengHeo committed Jan 21, 2025
1 parent 87fd743 commit 6a8aafd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
ARG VERSION=2
ARG VERSION=1
FROM ghcr.io/project-chip/chip-build:${VERSION}
LABEL org.opencontainers.image.source https://github.com/project-chip/connectedhomeip

Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
ARG VERSION=2
ARG VERSION=1
FROM ghcr.io/project-chip/chip-build-java:${VERSION}
LABEL org.opencontainers.image.source https://github.com/project-chip/connectedhomeip

Expand Down

0 comments on commit 6a8aafd

Please sign in to comment.