Skip to content

Commit b8ed258

Browse files
committed
Update Dockerfile and game-api image version
1 parent f7c474a commit b8ed258

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

Dockerfile

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,9 @@
11
FROM python:3.10.13-slim as builder
22
ENV PYTHONUNBUFFERED=1
33
ENV PYTHONDONTWRITEBYTECODE=1
4-
RUN apt-get update
4+
RUN apt-get update && apt-get install -y --no-install-recommends \
5+
postgresql-client \
6+
&& rm -rf /var/lib/apt/lists/*
57
RUN pip3 install poetry==1.7.1
68
RUN poetry config virtualenvs.create false
79
WORKDIR /app/

kubernetes/deployments/gamificationengine-deployment.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,6 +76,6 @@ spec:
7676
configMapKeyRef:
7777
key: VERSION_APP
7878
name: env-prod
79-
image: fvergaracl/game:v0.0.003
79+
image: fvergaracl/game:v0.0.005
8080
name: game-api
8181
restartPolicy: Always

0 commit comments

Comments
 (0)