Skip to content

Commit

Permalink
dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
outductor committed Jun 24, 2024
1 parent e6d8f82 commit 7743aa0
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 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.7
# syntax=docker/dockerfile:1.8
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/mcservers/base-server-image/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# syntax=docker/dockerfile:1.7
# syntax=docker/dockerfile:1.8
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.7
# syntax=docker/dockerfile:1.8
FROM golang:1.22-bookworm as builder
# Build
ARG GOOS=linux
Expand Down

0 comments on commit 7743aa0

Please sign in to comment.