Skip to content

Commit

Permalink
docker build fails when self-host.sh script is invoked (#771)
Browse files Browse the repository at this point in the history
  • Loading branch information
husseinmkwizu authored Nov 15, 2023
1 parent 3b247a4 commit f82590a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion go/event-guidance/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Create a builder stage
FROM golang:alpine as builder
FROM golang:1.20-alpine as builder

RUN apk update
RUN apk add --no-cache git ca-certificates \
Expand Down
2 changes: 1 addition & 1 deletion go/event-ingestion/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Create a builder stage
FROM golang:alpine as builder
FROM golang:1.20-alpine as builder

RUN apk update
RUN apk add --no-cache git ca-certificates \
Expand Down

0 comments on commit f82590a

Please sign in to comment.