Skip to content

Commit

Permalink
Update Emcee Android version to 21.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
DEcSENT committed Sep 3, 2024
1 parent afa802d commit 4fe18c5
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
version: '3'
services:
emcee-queue-service:
image: avitotech/emcee-queue:20.2.0
image: avitotech/emcee-queue:21.2.0
container_name: emcee-queue-service
ports:
- 41000:41000

queue-worker:
image: avitotech/emcee-worker:20.2.0
image: avitotech/emcee-worker:21.2.0
env_file:
- emcee-worker.env
depends_on:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ spec:
spec:
containers:
- name: emcee-artifactory
image: docker.bintray.io/jfrog/artifactory-oss:latest
image: docker.bintray.io/jfrog/artifactory-oss:7.63.11
imagePullPolicy: IfNotPresent
ports:
- containerPort: 8081
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ spec:
spec:
containers:
- name: emcee-queue
image: avitotech/emcee-queue:20.2.0
image: avitotech/emcee-queue:21.2.0
imagePullPolicy: IfNotPresent
ports:
- containerPort: 41000
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ spec:
spec:
containers:
- name: emcee-worker
image: avitotech/emcee-worker:20.2.0
image: avitotech/emcee-worker:21.2.0
imagePullPolicy: IfNotPresent
resources:
requests:
Expand Down

0 comments on commit 4fe18c5

Please sign in to comment.