Skip to content

Commit

Permalink
Fixing vulnerabilities September 2023 (#16)
Browse files Browse the repository at this point in the history
* Updating to latest python alpine 3.12
* Fixing up docker image to build on all branches
  • Loading branch information
AndrewFarley committed Sep 16, 2023
1 parent 718ad65 commit 9a12f20
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/docker-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,8 @@ name: Docker Image CI

on:
push:
branches: [ "master" ]
tags:
- "*"
branches: [ "*" ]
tags: [ "*" ]

jobs:
build:
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Globals and input args
FROM python:3.9.16-alpine3.17
FROM python:3.11.5-alpine3.18
WORKDIR /app

# Prepare our app requirements and install it...
Expand Down

0 comments on commit 9a12f20

Please sign in to comment.