Skip to content

Commit

Permalink
Update .docker/Dockerfile-test-hsm
Browse files Browse the repository at this point in the history
Co-authored-by: Brennan Kinney <[email protected]>
  • Loading branch information
aeneasr and polarathene authored Jan 11, 2025
1 parent 3691bbe commit 5be3b7d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .docker/Dockerfile-test-hsm
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
FROM golang:1.23-alpine3.21 AS builder

RUN apk -U --no-cache --upgrade --latest add build-base git gcc bash
RUN apk add --no-cache build-base git gcc bash

WORKDIR /go/src/github.com/ory/hydra
RUN mkdir -p ./internal/httpclient
Expand Down

0 comments on commit 5be3b7d

Please sign in to comment.