Skip to content

Commit

Permalink
Fix Dockerfile.cli syntax version
Browse files Browse the repository at this point in the history
Specifing the syntax version ensures that all the Dockerfile features
(like inline caching) we need are available.
  • Loading branch information
Tehsmash committed Mar 15, 2023
1 parent 88f525d commit cbacdd9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Dockerfile.cli
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
# syntax=docker/dockerfile:1.2
ARG VMCLARITY_TOOLS_BASE=ghcr.io/openclarity/vmclarity-tools-base@sha256:903d2c10351f811bdcb084f26f2b265f5c332de2891ab9f5fb7d60fed77e5ad7
FROM golang:1.20.2-alpine AS builder

Expand Down

0 comments on commit cbacdd9

Please sign in to comment.