Skip to content

Commit

Permalink
Merge pull request #422 from hadv/fix-docker-build
Browse files Browse the repository at this point in the history
pebble module requires go 1.17
  • Loading branch information
uprendis authored Feb 23, 2023
2 parents a1e9b75 + 231b739 commit 406d46f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/Dockerfile.opera
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM golang:1.14-alpine as builder
FROM golang:1.17-alpine as builder

RUN apk add --no-cache make gcc musl-dev linux-headers git

Expand Down

0 comments on commit 406d46f

Please sign in to comment.