Skip to content

Commit

Permalink
build: update golang in example dockerfiles
Browse files Browse the repository at this point in the history
  • Loading branch information
adamdecaf committed Nov 14, 2023
1 parent 794af5f commit 9cc7693
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion cmd/watchmantest/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM golang:1.20-alpine as builder
FROM golang:1.21-alpine as builder
RUN apk add -U make git
RUN adduser -D -g '' --shell /bin/false moov
WORKDIR /go/src/github.com/moov-io/watchman
Expand Down
2 changes: 1 addition & 1 deletion examples/webhook/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM golang:1.20-alpine as builder
FROM golang:1.21-alpine as builder
WORKDIR /go/src/github.com/moov-io/watchman
RUN apk add -U make git
RUN adduser -D -g '' --shell /bin/false moov
Expand Down

0 comments on commit 9cc7693

Please sign in to comment.