Skip to content

Commit

Permalink
Update to qwc-uwsgi-base-v2023.10.24
Browse files Browse the repository at this point in the history
  • Loading branch information
manisandro committed Oct 24, 2023
1 parent a07cd8a commit 0241d67
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Ubuntu image has locales, which we want e.g. for psql client_encoding or info formatting
FROM sourcepole/qwc-uwsgi-base:ubuntu-v2023.06.08
FROM sourcepole/qwc-uwsgi-base:ubuntu-v2023.10.24

ADD . /srv/qwc_service

Expand All @@ -14,7 +14,3 @@ RUN \
rm -rf /var/lib/apt/lists/*

ENV SERVICE_MOUNTPOINT=/api/v1/feature-info

# Default locale is en_US.utf8
# RUN localedef -i de_CH -c -f UTF-8 -A /usr/share/locale/locale.alias de_CH.UTF-8
# ENV LANG de_CH.utf8

0 comments on commit 0241d67

Please sign in to comment.