Skip to content

Commit

Permalink
Merge pull request #103 from moov-io/renovate/docker-all
Browse files Browse the repository at this point in the history
chore(deps): update golang docker tag to v1.15
  • Loading branch information
atonks2 authored Dec 14, 2020
2 parents 0593360 + 36d7f30 commit a0357a7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile.fuzz
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM golang:1.14-buster as builder
FROM golang:1.15-buster as builder
LABEL maintainer="Moov <[email protected]>"
RUN apt-get update -qq && apt-get install -y git make
WORKDIR /go/src/github.com/moov-io/wire
Expand Down

0 comments on commit a0357a7

Please sign in to comment.