Skip to content

Commit

Permalink
Merge pull request #76 from annismckenzie/dependabot/docker/golang-1.…
Browse files Browse the repository at this point in the history
…16.4-alpine

Bump golang from 1.16.3-alpine to 1.16.4-alpine
  • Loading branch information
annismckenzie authored May 10, 2021
2 parents 7c463a6 + 6905fe2 commit 2b06361
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# syntax=docker/dockerfile:1-experimental

FROM --platform=${BUILDPLATFORM} golang:1.16.3-alpine AS base
FROM --platform=${BUILDPLATFORM} golang:1.16.4-alpine AS base

WORKDIR /workspace
ENV CGO_ENABLED=0
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile.dev
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# syntax=docker/dockerfile:1-experimental

FROM --platform=${BUILDPLATFORM} golang:1.16.3-alpine AS base
FROM --platform=${BUILDPLATFORM} golang:1.16.4-alpine AS base

WORKDIR /workspace
ENV CGO_ENABLED=0
Expand Down

0 comments on commit 2b06361

Please sign in to comment.