Skip to content

Commit

Permalink
chapter 3: fix version of build-base in Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
drupol committed Sep 5, 2024
1 parent 23a4501 commit 5cba287
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/scenario-2/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
FROM alpine@sha256:c5b1261d6d3e43071626931fc004f70149baeba2c8ec672bd4f27761f8e1ad6b AS build-env
RUN apk add --no-cache build-base
RUN apk add --no-cache build-base=0.5-r3
WORKDIR /app
COPY . .
RUN gcc datetime.c -o datetime
Expand Down

0 comments on commit 5cba287

Please sign in to comment.