Skip to content

Commit

Permalink
updated images
Browse files Browse the repository at this point in the history
  • Loading branch information
deronsmith committed Mar 27, 2024
1 parent e2f4249 commit 2d3378e
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 7 deletions.
2 changes: 2 additions & 0 deletions docker/flask/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ FROM python:3.8-alpine
ENV APP_USER=www-data

RUN apk add python3-dev libffi-dev build-base linux-headers pcre-dev mariadb-dev
RUN apk update && \
apk upgrade --available \

# Install uWSGI
RUN pip install uwsgi
Expand Down
11 changes: 4 additions & 7 deletions docker/redis/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,8 +1,5 @@
FROM redis:7.0.15-alpine3.19

COPY --from=golang:1.22.0 /usr/local/go /usr/local/go
ENV PATH="/usr/local/go:${PATH}"

RUN apk update && \
apk upgrade
FROM redis:7.2.4-alpine

RUN apk add --upgrade apk-tools
RUN apk upgrade --available
RUN apk del go

0 comments on commit 2d3378e

Please sign in to comment.