Skip to content

Commit

Permalink
fix: add missing target
Browse files Browse the repository at this point in the history
  • Loading branch information
Tobias Lueckel committed Jul 20, 2024
1 parent 5d9c89c commit bb9f824
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion elasticsearch/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# syntax=docker/dockerfile:1
FROM elasticsearch:7.17.22
FROM elasticsearch:7.17.22 AS elasticsearch

ENV discovery.type=single-node
ENV bootstrap.memory_lock=true
Expand Down
2 changes: 1 addition & 1 deletion redis/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# syntax=docker/dockerfile:1
FROM redis:7.2.5-alpine
FROM redis:7.2.5-alpine AS redis

COPY redis.conf /usr/local/etc/redis/redis.conf

Expand Down

0 comments on commit bb9f824

Please sign in to comment.