Skip to content

Commit

Permalink
Upgrade the packaged golang version. (#60)
Browse files Browse the repository at this point in the history
  • Loading branch information
ashmeer7 authored Oct 5, 2022
1 parent c00e372 commit 59c17a7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/Dockerfile.linux
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
ARG BASE_DIR=/durabletask
ARG NAME=durable_task_monitor

FROM golang:1.16.4-buster AS builder
FROM golang:1.19.1-buster AS builder
ARG BASE_DIR
ARG NAME
COPY cmd $BASE_DIR/cmd
Expand Down
2 changes: 1 addition & 1 deletion src/Dockerfile.windows
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
ARG BASE_DIR=/durabletask
ARG NAME=durable_task_monitor

FROM golang:1.16.4-nanoserver AS builder
FROM golang:1.19.1-nanoserver AS builder
ARG BASE_DIR
ARG NAME
COPY cmd $BASE_DIR/cmd
Expand Down

0 comments on commit 59c17a7

Please sign in to comment.