Skip to content
This repository has been archived by the owner on Oct 31, 2022. It is now read-only.

Commit

Permalink
fix(docker): Fix image name and typo
Browse files Browse the repository at this point in the history
  • Loading branch information
gianklug committed Oct 12, 2022
1 parent 9402152 commit 4eb19a9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
FROM snipe/snipeit:v6.0.11-alpine
FROM docker.io/snipe/snipe-it:v6.0.11-alpine

RUN apk add --no-cachhe \
RUN apk add --no-cache \
php7-pdo_pgsql \
postgresql

Expand Down

0 comments on commit 4eb19a9

Please sign in to comment.