Skip to content

Commit

Permalink
Update docker/dockerfile Docker tag to v1.11
Browse files Browse the repository at this point in the history
| datasource | package           | from | to   |
| ---------- | ----------------- | ---- | ---- |
| docker     | docker/dockerfile | 1.10 | 1.11 |


Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Nov 1, 2024
1 parent a59118a commit b76c27c
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion grpc/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# syntax=docker/dockerfile:1.10
# syntax=docker/dockerfile:1.11
FROM golang:1.23 AS builder

# renovate: datasource=github-releases depName=grpc/grpc-go
Expand Down
2 changes: 1 addition & 1 deletion nap-dos/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# syntax=docker/dockerfile:1.10
# syntax=docker/dockerfile:1.11
FROM python:3.12-alpine

COPY nap-dos/flaskserver.py .
Expand Down
2 changes: 1 addition & 1 deletion tcp/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# syntax=docker/dockerfile:1.10
# syntax=docker/dockerfile:1.11
FROM golang:1.23-alpine AS builder

WORKDIR /go/src/github.com/nginxinc/kic-test-containers/
Expand Down
2 changes: 1 addition & 1 deletion udp/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# syntax=docker/dockerfile:1.10
# syntax=docker/dockerfile:1.11
FROM golang:1.23-alpine AS builder

WORKDIR /go/src/github.com/nginxinc/kic-test-containers/
Expand Down

0 comments on commit b76c27c

Please sign in to comment.