Skip to content

Commit b8f2ef8

Browse files
committed
Update base image
1 parent bca78f1 commit b8f2ef8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ RUN DATE=$(date) && \
2626
GIT_COMMIT=$(git rev-list -1 HEAD) && \
2727
go build -ldflags "-X 'hailo/apiservices.BuildTimestamp=$DATE' -X 'hailo/apiservices.GitCommit=$GIT_COMMIT'" -o ../app
2828

29-
FROM eliona/base-alpine:latest-3.17 AS target
29+
FROM eliona/base-alpine:latest AS target
3030

3131
COPY --from=build /app ./
3232
COPY conf/*.sql ./conf/

0 commit comments

Comments
 (0)