Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
ci: drop alpine to 3.18 to avoid lib issues on 3.19
Browse files Browse the repository at this point in the history
dadamu committed Apr 1, 2024

Verified

This commit was signed with the committer’s verified signature.
hansieodendaal Hansie Odendaal
1 parent 725b7ff commit 68cb38b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion contrib/images/desmos-builder/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM golang:1.20-alpine
FROM golang:1.20-alpine3.18
ARG arch=x86_64

# Set up dependencies

0 comments on commit 68cb38b

Please sign in to comment.