Skip to content

Commit

Permalink
Merge branch 'master' of github.com:projecthorus/chasemapper
Browse files Browse the repository at this point in the history
  • Loading branch information
Mark Jessop authored and Mark Jessop committed Sep 16, 2022
2 parents 54e5485 + 36d9948 commit cee93c9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/container.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ jobs:
uses: docker/build-push-action@v2
with:
context: .
platforms: linux/amd64, linux/386, linux/arm64, linux/arm/v7
platforms: linux/amd64, linux/386, linux/arm64, linux/arm/v6, linux/arm/v7
cache-from: type=local,src=/tmp/buildx-cache
cache-to: type=local,dest=/tmp/buildx-cache-new,mode=max
push: ${{ github.event_name != 'pull_request' }}
Expand Down
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# -------------------
# The build container
# -------------------
FROM python:3.7-buster AS build
FROM python:3.9-bullseye AS build

# Upgrade base packages.
RUN apt-get update && \
Expand Down Expand Up @@ -35,7 +35,7 @@ RUN unzip /root/cusf_predictor_wrapper-master.zip -d /root && \
# -------------------------
# The application container
# -------------------------
FROM python:3.7-slim-buster
FROM python:3.9-slim-bullseye
EXPOSE 5001/tcp

# Upgrade base packages and install application dependencies.
Expand Down

0 comments on commit cee93c9

Please sign in to comment.