Skip to content

Commit

Permalink
fix(docker): invalid FROM syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
joemiller committed Jul 6, 2023
1 parent 71b5d44 commit ab5dc4f
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
FROM cgr.dev/chainguard/git@sha256:549b8c78695131d41018e12e1c21107322227fd0669126f4bf13d00bf64cac6c # 2.41.0
# syntax=docker/dockerfile:1.4
# cgr.dev/chainguard/git:2.41.0:
FROM cgr.dev/chainguard/git@sha256:549b8c78695131d41018e12e1c21107322227fd0669126f4bf13d00bf64cac6c

COPY ghcommit /ghcommit

Expand Down

0 comments on commit ab5dc4f

Please sign in to comment.