Skip to content

Commit

Permalink
Update docker/dockerfile Docker tag to v1.12.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Nov 27, 2024
1 parent 4a6d438 commit be670a2
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion alpine/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# syntax=docker/dockerfile:1.11.1
# syntax=docker/dockerfile:1.12.0
ARG VERSION=3.20.3

# =========================================================
Expand Down
2 changes: 1 addition & 1 deletion builder/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# syntax=docker/dockerfile:1.11.1
# syntax=docker/dockerfile:1.12.0
FROM golang:1.23.3-alpine AS init
WORKDIR /go/src
RUN \
Expand Down
2 changes: 1 addition & 1 deletion emulator/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# syntax=docker/dockerfile:1.11.1
# syntax=docker/dockerfile:1.12.0
# Generate the OS image
# hadolint ignore=DL3006
FROM claylinux/builder:latest AS build
Expand Down
2 changes: 1 addition & 1 deletion lint/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# syntax=docker/dockerfile:1.11.1
# syntax=docker/dockerfile:1.12.0
FROM koalaman/shellcheck-alpine:v0.10.0 AS shellcheck
WORKDIR /src
RUN --mount=type=bind,target=. \
Expand Down

0 comments on commit be670a2

Please sign in to comment.