Skip to content

Commit

Permalink
update golang version
Browse files Browse the repository at this point in the history
  • Loading branch information
robin-moser committed Jul 18, 2023
1 parent 0753845 commit 28d982a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/standalone/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# Dockerfile: robinmoser/bugspider:latest
# +++++++++++++++++++++++++++++++++++++++++

FROM golang:1.15-alpine as build
FROM golang:1.20-alpine as build

# downlaod latest ca-certificates for in-app ssl validation
RUN apk --no-cache add ca-certificates
Expand Down

0 comments on commit 28d982a

Please sign in to comment.