Skip to content

Commit

Permalink
Fix deprecations
Browse files Browse the repository at this point in the history
  • Loading branch information
paulyhedral committed Nov 1, 2024
1 parent 1602381 commit 850432d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# https://docs.docker.com/engine/userguide/eng-image/multistage-build/
FROM golang:1.23.2 AS builder

ENV GOPROXY http://proxy.golang.org
ENV GOPROXY=http://proxy.golang.org

RUN mkdir -p /src/catalog-api
WORKDIR /src/catalog-api
Expand Down

0 comments on commit 850432d

Please sign in to comment.