Compare commits

..

No commits in common. "v1.28.1+2" and "v1.28.1-1" have entirely different histories.

2 changed files with 4 additions and 2 deletions

View File

@ -32,6 +32,8 @@ steps:
commands:
- apt-get -qq update && apt-get install -yqq --no-install-recommends libpq-dev
- make build
environment:
BUILD_VERSION: ${DRONE_TAG%-*}
- name: verify
image: alpine
@ -208,6 +210,6 @@ depends_on:
---
kind: signature
hmac: 4ba2b1c8e702a25d354563333c9c332383f4887a64f7d5af37c054c31149119b
hmac: 2112022f3d9a55a05330eb93c0adef181db0ff55571f8e6906232e21d35321d9
...

View File

@ -1,4 +1,4 @@
FROM thegeeklab/alpine:latest@sha256:589a966ae6e145ac678828b4ab91d77f3b962af3b3b3ea9c0f4ce297b3712f83
FROM thegeeklab/alpine:latest@sha256:b4bc009a2727bfbed5b3687db57bd013b3ebd9ae517488597678b9d8b515b2bb
LABEL maintainer="Robert Kaussow <mail@thegeeklab.de>"
LABEL org.opencontainers.image.authors="Robert Kaussow <mail@thegeeklab.de>"