Skip to content

Commit

Permalink
chore(deps): update docker/dockerfile docker tag to v1.7
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Mar 6, 2024
1 parent 0f87856 commit 4122f07
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion docker-images/growi/elasticsearch/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# syntax=docker/dockerfile:1.6
# syntax=docker/dockerfile:1.7
ARG version=8.7.0
FROM docker.elastic.co/elasticsearch/elasticsearch:${version}
LABEL org.opencontainers.image.authors="outductor <[email protected]>"
Expand Down
2 changes: 1 addition & 1 deletion docker-images/growi/hackmd/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# syntax=docker/dockerfile:1.6
# syntax=docker/dockerfile:1.7
FROM hackmdio/hackmd:1.3.0-alpine
LABEL org.opencontainers.image.authors="outductor <[email protected]>"
LABEL org.opencontainers.image.url="https://github.com/GiganticMinecraft/seichi_infra"
Expand Down
2 changes: 1 addition & 1 deletion docker-images/mcservers/base-server-image/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# syntax=docker/dockerfile:1.6
# syntax=docker/dockerfile:1.7
ARG MCSERVER_BASE_IMAGE

##---
Expand Down
2 changes: 1 addition & 1 deletion docker-images/mod-downloader/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# syntax=docker/dockerfile:1.6
# syntax=docker/dockerfile:1.7
FROM golang:1.22-bookworm as builder
# Build
ARG GOOS=linux
Expand Down

0 comments on commit 4122f07

Please sign in to comment.