Skip to content

Commit

Permalink
fixed docker build failure on event-guidance and event-ingestion when…
Browse files Browse the repository at this point in the history
… self-host.sh script is invoked
  • Loading branch information
husseinmkwizu committed Nov 15, 2023
1 parent 3b247a4 commit 9088838
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 9088838

Please sign in to comment.