[release] v0.9.19-unstable

This commit is contained in:
Yann Stepienik 2023-08-11 10:46:22 +01:00
parent ac560df6b3
commit 425747234b
3 changed files with 3 additions and 3 deletions

View file

@ -2,7 +2,7 @@ version: 2
jobs:
build:
machine: # executor type
image: ubuntu-2204:2022.04.1 # # recommended linux image - includes Ubuntu 20.04, docker 19.03.13, docker-compose 1.27.4
image: ubuntu-2204:2023.07.2
steps:
- checkout

View file

@ -1,6 +1,6 @@
# syntax=docker/dockerfile:1
FROM debian:11
FROM debian:12
ARG TARGETPLATFORM
ARG BINARY_NAME=cosmos

View file

@ -1,6 +1,6 @@
# syntax=docker/dockerfile:1
FROM --platform=linux/arm64 arm64v8/debian:11
FROM --platform=linux/arm64 arm64v8/debian:12
EXPOSE 443 80