Compare commits

...
4 Commits
Author SHA1 Message Date
calleandGitHub 9fed2f2ae0 Merge pull request #1221 from lnbits/deployment/docker/update-python3.10
docker: update to python 3.10
2022-12-20 11:10:00 +01:00
callebtc 375f5d9f25 docker: update to python 3.10 2022-12-20 11:07:26 +01:00
calleandGitHub ab6d9daf6d Merge pull request #1220 from lnbits/deployment/build_docker_on_minor
deploy: build on minor changes
2022-12-20 10:36:41 +01:00
callebtc 4bd0372819 deploy: build on minor changes 2022-12-20 10:30:32 +01:00
2 changed files with 2 additions and 1 deletions
+1
View File
@@ -7,6 +7,7 @@ on:
push:
tags:
- "[0-9]+.[0-9]+.[0-9]+"
- "[0-9]+.[0-9]+.[0-9]+.[0-9]+"
- "[0-9]+.[0-9]+.[0-9]+-*"
jobs:
+1 -1
View File
@@ -1,4 +1,4 @@
FROM python:3.9-slim
FROM python:3.10-slim
RUN apt-get clean
RUN apt-get update