Skip to content

Commit

Permalink
fix Dockerfile build
Browse files Browse the repository at this point in the history
  • Loading branch information
erudenko committed Oct 31, 2022
1 parent 851cace commit c09a7fc
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
Expand Up @@ -7,7 +7,7 @@ RUN web_apps_src/update-admin.sh
RUN web_apps_src/update-web.sh


FROM golang:1.16-alpine3.13 as builder
FROM golang:1.19.2-alpine3.16 as builder

# Copy the code from the host and compile it
WORKDIR $GOPATH/src/github.com/madappgang/identifo
Expand Down

0 comments on commit c09a7fc

Please sign in to comment.