Skip to content

Commit

Permalink
Use newer golang/alpine version
Browse files Browse the repository at this point in the history
bump golang to 1.21.6
bump alpine to 3.19
  • Loading branch information
vmorganp authored Feb 2, 2024
1 parent c5c0ba7 commit 2788c05
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:latest
FROM golang:1.20.4-alpine3.17 as build
FROM golang:1.21.6-alpine3.19 as build
RUN apk add --update build-base gcc wget git libpcap-dev
WORKDIR /app
COPY src/* /app/
Expand Down

0 comments on commit 2788c05

Please sign in to comment.