Skip to content

Commit

Permalink
chore(container): use explicit repo (italia#1372)
Browse files Browse the repository at this point in the history
  • Loading branch information
zukka77 authored Mar 9, 2023
1 parent 6b3bfd8 commit 496eda9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM cimg/ruby:2.6-browsers
FROM docker.io/cimg/ruby:2.6-browsers

ENV PORT 4000
ENV NOKOGIRI_USE_SYSTEM_LIBRARIES true
Expand Down
3 changes: 1 addition & 2 deletions docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
version: '3.3'

services:
elasticsearch:
image: italia/publiccode-tools-elasticsearch:ceb40894eaa142c8aec55c8dbcc9df038ec491e1
image: docker.io/italia/publiccode-tools-elasticsearch:ceb40894eaa142c8aec55c8dbcc9df038ec491e1
environment:
- cluster.routing.allocation.disk.threshold_enabled=false
ports:
Expand Down

0 comments on commit 496eda9

Please sign in to comment.