Skip to content

Commit

Permalink
Update docker/dockerfile Docker tag to v1.12.1
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Dec 17, 2024
1 parent 9d884df commit b1f331b
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.12.0
# syntax=docker/dockerfile:1.12.1
ARG VERSION=3.21.0

# =========================================================
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.12.0
# syntax=docker/dockerfile:1.12.1
FROM golang:1.23.4-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.12.0
# syntax=docker/dockerfile:1.12.1
# 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.12.0
# syntax=docker/dockerfile:1.12.1
FROM koalaman/shellcheck-alpine:v0.10.0 AS shellcheck
WORKDIR /src
RUN --mount=type=bind,target=. \
Expand Down

0 comments on commit b1f331b

Please sign in to comment.