Skip to content

Commit

Permalink
fix: docker build (#3609)
Browse files Browse the repository at this point in the history
  • Loading branch information
hperl committed Aug 16, 2023
1 parent 7cfba84 commit 01ff9da
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .docker/Dockerfile-build
@@ -1,4 +1,4 @@
FROM golang:1.20 AS builder
FROM golang:1.20-bullseye AS builder

WORKDIR /go/src/github.com/ory/hydra

Expand Down

0 comments on commit 01ff9da

Please sign in to comment.