Skip to content

Commit

Permalink
fix: alpine image version (#170)
Browse files Browse the repository at this point in the history
Fix the alpine image version using both 3.19 and 3.20 which could
lead to compatibility issues.
  • Loading branch information
stevenh authored Oct 11, 2024
1 parent 91122e2 commit a4c54cf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion linux/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# -----------
# Build Image
# -----------
FROM golang:1.23-alpine3.19 AS build
FROM golang:1.23-alpine3.20 AS build

WORKDIR /app

Expand Down

0 comments on commit a4c54cf

Please sign in to comment.