Skip to content

Commit

Permalink
Merge pull request #220 from SkynetLabs/ivo/generator_go_version
Browse files Browse the repository at this point in the history
Use go 1.18 for the JSWKS generator.
  • Loading branch information
Christopher Schinnerl authored Jun 9, 2022
2 parents ad51e76 + 3ec74c3 commit 09c763e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion env/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# syntax=docker/dockerfile:1

# Import golang image
FROM golang:1.16-alpine
FROM golang:1.18-alpine

# Define working directory
WORKDIR /app
Expand Down

0 comments on commit 09c763e

Please sign in to comment.