Skip to content

Commit

Permalink
Update Dockerfile and game-api image version
Browse files Browse the repository at this point in the history
  • Loading branch information
fvergaracl committed Feb 8, 2024
1 parent f7c474a commit b8ed258
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
FROM python:3.10.13-slim as builder
ENV PYTHONUNBUFFERED=1
ENV PYTHONDONTWRITEBYTECODE=1
RUN apt-get update
RUN apt-get update && apt-get install -y --no-install-recommends \
postgresql-client \
&& rm -rf /var/lib/apt/lists/*
RUN pip3 install poetry==1.7.1
RUN poetry config virtualenvs.create false
WORKDIR /app/
Expand Down
2 changes: 1 addition & 1 deletion kubernetes/deployments/gamificationengine-deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,6 @@ spec:
configMapKeyRef:
key: VERSION_APP
name: env-prod
image: fvergaracl/game:v0.0.003
image: fvergaracl/game:v0.0.005
name: game-api
restartPolicy: Always

0 comments on commit b8ed258

Please sign in to comment.