Signed-off-by: Zoey <zoey@z0ey.de>
This commit is contained in:
Zoey 2024-04-17 17:52:42 +02:00
parent 17b35a45db
commit c671018798
No known key found for this signature in database
GPG key ID: 02A3919EB4F67328
17 changed files with 23 additions and 4 deletions

View file

@ -1,7 +1,7 @@
# syntax=docker/dockerfile:latest
FROM golang:1.22.2-alpine3.18 as go
ENV IMAGINARY_HASH 6cd9edd1d3fb151eb773c14552886e4fc8e50138
ENV IMAGINARY_HASH 6cd9edd1d3fb151eb773c14552886e4fc8e50138
RUN set -ex; \
apk add --no-cache \
@ -15,6 +15,7 @@ RUN set -ex; \
FROM alpine:3.18.6
RUN set -ex; \
apk upgrade --no-cache -a; \
apk add --no-cache \
tzdata \
ca-certificates \