Skip to content

Commit

Permalink
chore(deps): bump golang from 1.16-alpine3.13 to 1.17.3-alpine3.13
Browse files Browse the repository at this point in the history
Bumps golang from 1.16-alpine3.13 to 1.17.3-alpine3.13.

---
updated-dependencies:
- dependency-name: golang
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Dec 16, 2021
1 parent 3741721 commit 79d7ebb
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
@@ -1,4 +1,4 @@
FROM golang:1.16-alpine3.13 AS build
FROM golang:1.17.3-alpine3.13 AS build

WORKDIR /go/src/github.com/ww24/calendar-notifier
COPY . /go/src/github.com/ww24/calendar-notifier
Expand Down

0 comments on commit 79d7ebb

Please sign in to comment.