Skip to content

Commit

Permalink
Merge pull request #4859 from nextcloud/enh/4258/update-alpine
Browse files Browse the repository at this point in the history
imaginary: update alpine to 3.20
  • Loading branch information
szaimen committed Jun 21, 2024
2 parents a523995 + 81e1f8e commit 8e7a5c8
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Containers/imaginary/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# syntax=docker/dockerfile:latest
FROM golang:1.22.3-alpine3.18 as go
FROM golang:1.22.3-alpine3.20 as go

ENV IMAGINARY_HASH 6cd9edd1d3fb151eb773c14552886e4fc8e50138
ENV IMAGINARY_HASH 6cd9edd1d3fb151eb773c14552886e4fc8e50138

RUN set -ex; \
apk add --no-cache \
Expand All @@ -13,7 +13,7 @@ RUN set -ex; \
build-base; \
go install github.com/h2non/imaginary@"$IMAGINARY_HASH";

FROM alpine:3.18.6
FROM alpine:3.20.1
RUN set -ex; \
apk upgrade --no-cache -a; \
apk add --no-cache \
Expand Down

0 comments on commit 8e7a5c8

Please sign in to comment.