Skip to content

Commit

Permalink
Update to dockerfile 1.10 and add build checks
Browse files Browse the repository at this point in the history
Fix a couple of minor lint issues it complained about
  • Loading branch information
bloodearnest committed Oct 22, 2024
1 parent a6ec8de commit da8b63b
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 @@
# syntax=docker/dockerfile:1.2
# syntax=docker/dockerfile:1.10
# enable docker linting
# check=error=true
ARG UBUNTU_VERSION=ubuntu:20.04
# we are parameterizing the base image, so we can't be explicit like DL3006 wants us to be
# hadolint ignore=DL3006
Expand Down

0 comments on commit da8b63b

Please sign in to comment.