Skip to content

Commit

Permalink
Merge pull request #244 from jamf/dependabot/docker/golang-1.21.6-alp…
Browse files Browse the repository at this point in the history
…ine3.19

build(deps): bump golang from 1.21.5-alpine3.19 to 1.21.6-alpine3.19
  • Loading branch information
github-actions[bot] committed Jan 16, 2024
2 parents 5e50697 + 7879bb8 commit 6a58cd2
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
@@ -1,5 +1,5 @@
# syntax = docker/dockerfile:1.2
FROM golang:1.21.5-alpine3.19 as builder
FROM golang:1.21.6-alpine3.19 as builder

RUN apk add --update --no-cache build-base tzdata \
&& addgroup -g 1000 -S regatta && adduser -u 1000 -S regatta -G regatta
Expand Down

0 comments on commit 6a58cd2

Please sign in to comment.