diff --git a/.semaphore/semaphore.yml b/.semaphore/semaphore.yml index 8b76bc20..b22c21d1 100644 --- a/.semaphore/semaphore.yml +++ b/.semaphore/semaphore.yml @@ -3,7 +3,7 @@ name: Traefik Mesh Pipeline agent: machine: - type: e1-standard-2 + type: e1-standard-4 os_image: ubuntu1804 auto_cancel: @@ -89,7 +89,7 @@ blocks: env_vars: - name: SEIHON_VERSION - value: v0.8.3 + value: v0.9.0 jobs: - name: Release diff --git a/Makefile b/Makefile index 932aedb6..a4a5e71d 100644 --- a/Makefile +++ b/Makefile @@ -70,7 +70,7 @@ check: $(DIST_DIR) "$(DOCKER_IMAGE_NAME):check" golangci-lint run --config .golangci.toml publish-images: build - seihon publish -v "$(VERSION)" -v "latest" --image-name ${DOCKER_IMAGE_NAME} --dry-run=false --base-runtime-image=alpine:3.10 + seihon publish -v "$(VERSION)" -v "latest" --image-name ${DOCKER_IMAGE_NAME} --dry-run=false --base-runtime-image=alpine:3.15 ## Create packages for the release release-packages: vendor build