Update Dockerfile to use latest version of Go
[nonrtric/rapp/orufhrecovery.git] / goversion / Dockerfile
index 8b4b2bc..c432eda 100644 (file)
@@ -1,7 +1,7 @@
 ##
 ## Build
 ##
-FROM golang:1.17.1-bullseye AS build
+FROM golang:1.19.2-bullseye AS build
 
 WORKDIR /app